mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
commit
0d7376bd8a
@ -246,7 +246,7 @@ struct CmdDevelop : Common, MixEnvironment
|
||||
addFlag({
|
||||
.longName = "command",
|
||||
.shortName = 'c',
|
||||
.description = "command and arguments to be executed insted of an interactive shell",
|
||||
.description = "command and arguments to be executed instead of an interactive shell",
|
||||
.labels = {"command", "args"},
|
||||
.handler = {[&](std::vector<std::string> ss) {
|
||||
if (ss.empty()) throw UsageError("--command requires at least one argument");
|
||||
|
Loading…
Reference in New Issue
Block a user