fix nix search

This commit is contained in:
Max Headroom 2023-01-28 01:33:26 +01:00
parent d0fae9bce2
commit 792d83f262

View file

@ -48,7 +48,6 @@ struct CmdSearch : SourceExprCommand, MixJSON
throw UsageError("'--installable' cannot be used together with '--file' or '--expr'");
}
expectArgs("args", &res);
expectArgs("regex", &res);
addFlag(Flag {
.longName = "exclude",