mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
Move some options into a misc category
This unclutters the per-command options a bit by moving out some global options.
This commit is contained in:
parent
ae2d330455
commit
eba610956b
6 changed files with 10 additions and 3 deletions
|
@ -13,8 +13,6 @@ namespace nix {
|
|||
|
||||
MixEvalArgs::MixEvalArgs()
|
||||
{
|
||||
auto category = "Common evaluation options";
|
||||
|
||||
addFlag({
|
||||
.longName = "arg",
|
||||
.description = "Pass the value *expr* as the argument *name* to Nix functions.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue