Add completion for paths
This commit is contained in:
+2
-2
@@ -85,7 +85,7 @@ struct CmdLsStore : StoreCommand, MixLs
|
||||
{
|
||||
CmdLsStore()
|
||||
{
|
||||
expectArg("path", &path);
|
||||
expectPathArg("path", &path);
|
||||
}
|
||||
|
||||
Examples examples() override
|
||||
@@ -117,7 +117,7 @@ struct CmdLsNar : Command, MixLs
|
||||
|
||||
CmdLsNar()
|
||||
{
|
||||
expectArg("nar", &narPath);
|
||||
expectPathArg("nar", &narPath);
|
||||
expectArg("path", &path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user