mirror of
https://github.com/NixOS/nix
synced 2025-07-03 14:31:46 +02:00
Remove commented code
Some four years old; time to go
This commit is contained in:
parent
fe00dfbd56
commit
9ff8309f47
1 changed files with 0 additions and 4 deletions
|
@ -29,7 +29,6 @@ struct MixDryRun : virtual Args
|
||||||
addFlag({
|
addFlag({
|
||||||
.longName = "dry-run",
|
.longName = "dry-run",
|
||||||
.description = "Show what this command would do without doing it.",
|
.description = "Show what this command would do without doing it.",
|
||||||
//.category = commonArgsCategory,
|
|
||||||
.handler = {&dryRun, true},
|
.handler = {&dryRun, true},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -58,7 +57,6 @@ struct MixPrintJSON : virtual Args
|
||||||
|
|
||||||
This option is only effective when `--json` is also specified.
|
This option is only effective when `--json` is also specified.
|
||||||
)",
|
)",
|
||||||
//.category = commonArgsCategory,
|
|
||||||
.handler = {&outputPretty, true},
|
.handler = {&outputPretty, true},
|
||||||
});
|
});
|
||||||
addFlag({
|
addFlag({
|
||||||
|
@ -70,7 +68,6 @@ struct MixPrintJSON : virtual Args
|
||||||
|
|
||||||
See `--pretty`.
|
See `--pretty`.
|
||||||
)",
|
)",
|
||||||
//.category = commonArgsCategory,
|
|
||||||
.handler = {&outputPretty, false},
|
.handler = {&outputPretty, false},
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -103,7 +100,6 @@ struct MixJSON : virtual Args, virtual MixPrintJSON
|
||||||
addFlag({
|
addFlag({
|
||||||
.longName = "json",
|
.longName = "json",
|
||||||
.description = "Produce output in JSON format, suitable for consumption by another program.",
|
.description = "Produce output in JSON format, suitable for consumption by another program.",
|
||||||
//.category = commonArgsCategory,
|
|
||||||
.handler = {&json, true},
|
.handler = {&json, true},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue