mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
fix nix search
This commit is contained in:
parent
d0fae9bce2
commit
792d83f262
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ struct CmdSearch : SourceExprCommand, MixJSON
|
||||||
throw UsageError("'--installable' cannot be used together with '--file' or '--expr'");
|
throw UsageError("'--installable' cannot be used together with '--file' or '--expr'");
|
||||||
}
|
}
|
||||||
|
|
||||||
expectArgs("args", &res);
|
|
||||||
expectArgs("regex", &res);
|
expectArgs("regex", &res);
|
||||||
addFlag(Flag {
|
addFlag(Flag {
|
||||||
.longName = "exclude",
|
.longName = "exclude",
|
||||||
|
|
Loading…
Reference in a new issue