diff options
author | lunaphied <lunaphied@lunaphied.me> | 2024-03-25 14:13:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix> | 2024-03-25 14:13:44 +0000 |
commit | d3d7489571baeb651d3843dba3b638621694c174 (patch) | |
tree | 2c480e6aae1704384ad66f1b5bd8dd644e7e1e08 /src/libcmd | |
parent | 5a1c35f90756508617b4d694d49c4ac3defff1c5 (diff) | |
parent | 185ecf1f45e6bf2198fe9ca3bb7ad175f412a014 (diff) |
Merge "Improve new CLI UX by supporting short `-E` flag for `--expr`" into main
Diffstat (limited to 'src/libcmd')
-rw-r--r-- | src/libcmd/installables.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcmd/installables.cc b/src/libcmd/installables.cc index 973db62b0..b40632887 100644 --- a/src/libcmd/installables.cc +++ b/src/libcmd/installables.cc @@ -187,6 +187,7 @@ SourceExprCommand::SourceExprCommand() addFlag({ .longName = "expr", + .shortName = 'E', .description = "Interpret [*installables*](@docroot@/command-ref/new-cli/nix.md#installables) as attribute paths relative to the Nix expression *expr*.", .category = installablesCategory, .labels = {"expr"}, |