index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
args.hh
Age
Commit message (
Expand
)
Author
2020-10-09
Add a description in the completion outputs
regnat
2020-09-25
expectArg(): Respect the 'optional' flag
Eelco Dolstra
2020-08-20
Allow 'nix' subcommands to provide docs in Markdown format
Eelco Dolstra
2020-08-17
Add 'nix dump-args' to dump all commands/flags for manpage generation
Eelco Dolstra
2020-06-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-18
Revert the `enum struct` change
John Ericson
2020-06-18
Merge branch 'enum-class' into no-hash-type-unknown
John Ericson
2020-06-18
Merge remote-tracking branch 'upstream/master' into enum-class
John Ericson
2020-06-08
Add completion for --update-input
Eelco Dolstra
2020-06-04
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-04
Make 'nix dev-shell' a deprecated alias for 'nix develop'
Eelco Dolstra
2020-06-02
Fix to-base --type handler to correctly set std::optional flag
John Ericson
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-05-11
When completing flakerefs, only return directories
Eelco Dolstra
2020-05-11
Cleanup
Eelco Dolstra
2020-05-10
Add completion for paths
Eelco Dolstra
2020-05-10
nix: Implement basic bash completion
Eelco Dolstra
2020-05-05
nix --help: Group commands
Eelco Dolstra
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2019-12-05
Initialize Command::_name
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-12-05
Move Command and MultiCommand to libutil
Eelco Dolstra
2019-11-10
Remove unneeded semicolons
John Ericson
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-09-25
Doh
Eelco Dolstra
2017-09-14
Add "nix add-to-store" command
Eelco Dolstra
2017-09-06
nix build: Add --out-link and --no-link options
Eelco Dolstra
2017-08-29
nix run: Allow passing a command to execute
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-20
Add "nix search" command
Eelco Dolstra
2017-07-14
nix: Show help when no arguments are given
Eelco Dolstra
2017-06-07
Don't show flags from config settings in "nix --help"
Eelco Dolstra
2017-06-07
nix: Add --help-config flag
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-09-21
Some notational convenience for formatting strings
Eelco Dolstra
2016-04-21
nix --help: Show short flags
Eelco Dolstra
2016-02-25
Fix short boolean flags
Eelco Dolstra
2016-02-09
Start of new Nix command-line interface
Eelco Dolstra
2016-02-09
New command line parsing infrastructure
Eelco Dolstra