aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/args.hh
AgeCommit message (Expand)Author
2023-04-03Stuctured command stabilityJohn Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-03-31Extend internal API docs, part 2John Ericson
2023-03-20Fix handling of experimental features mid-parseJohn Ericson
2023-03-15Make command infra less stateful and more regularJohn Ericson
2022-07-11Fix flake input completion for `InstallablesCommand`sNaïm Favier
2022-05-31repl: `--option pure-eval true` actually enables pure eval modeMaximilian Bosch
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-12-22Don't insert spaces when completing attribute pathsNaïm Favier
2021-09-14Add "nix profile rollback" commandEelco Dolstra
2021-09-13nix --help: Display help using lowdown instead of manEelco Dolstra
2021-02-26nix flake update: Recreate the lock fileEelco Dolstra
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-07Support --no-net for backwards compatibilityEelco Dolstra
2021-01-27Remove mkFlag()Eelco Dolstra
2021-01-25Group common optionsEelco Dolstra
2021-01-25Make '--help' do the same as 'help' (i.e. show a manpage)Eelco Dolstra
2021-01-08Support binary unit prefixes in command line argumentsEelco Dolstra
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2021-01-08Remove unused mkFlag1Eelco Dolstra
2021-01-08Remove mkFlag integer specialisationEelco Dolstra
2021-01-08Remove mkIntFlagEelco Dolstra
2020-12-23Command: Remove examples()Eelco Dolstra
2020-12-21Move doc() to ArgsEelco Dolstra
2020-12-03Add deprecated aliases for renamed commandsEelco Dolstra
2020-10-09Add a description in the completion outputsregnat
2020-09-25expectArg(): Respect the 'optional' flagEelco Dolstra
2020-08-20Allow 'nix' subcommands to provide docs in Markdown formatEelco Dolstra
2020-08-17Add 'nix dump-args' to dump all commands/flags for manpage generationEelco Dolstra
2020-06-26Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-18Revert the `enum struct` changeJohn Ericson
2020-06-18Merge branch 'enum-class' into no-hash-type-unknownJohn Ericson
2020-06-18Merge remote-tracking branch 'upstream/master' into enum-classJohn Ericson
2020-06-08Add completion for --update-inputEelco Dolstra
2020-06-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-04Make 'nix dev-shell' a deprecated alias for 'nix develop'Eelco Dolstra
2020-06-02Fix to-base --type handler to correctly set std::optional flagJohn Ericson
2020-05-28Merge branch 'master' of github.com:NixOS/nix into enum-classCarlo Nucera
2020-05-11When completing flakerefs, only return directoriesEelco Dolstra
2020-05-11CleanupEelco Dolstra
2020-05-10Add completion for pathsEelco Dolstra
2020-05-10nix: Implement basic bash completionEelco Dolstra
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-03-29Use `enum struct` and drop prefixesJohn Ericson
2019-12-05Initialize Command::_nameEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-12-05Move Command and MultiCommand to libutilEelco Dolstra
2019-11-10Remove unneeded semicolonsJohn Ericson
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra