Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-28 | nix: Support the --repair flag | Eelco Dolstra | |
2023-03-31 | Ensure all headers have `#pragma once` and are in API docs | John Ericson | |
`///@file` makes them show up in the internal API dos. A tiny few were missing `#pragma once`. | |||
2022-10-12 | Move some options into a misc category | Eelco Dolstra | |
This unclutters the per-command options a bit by moving out some global options. | |||
2022-02-25 | Remove std::string alias (for real this time) | Eelco Dolstra | |
Also use std::string_view in a few more places. | |||
2021-02-24 | Initialize plugins after handling initial command line flags | Shea Levy | |
This is technically a breaking change, since attempting to set plugin files after the first non-flag argument will now throw an error. This is acceptable given the relative lack of stability in a plugin interface and the need to tie the knot somewhere once plugins can actually define new subcommands. | |||
2021-01-25 | Group common options | Eelco Dolstra | |
2021-01-13 | Convert option descriptions to Markdown | Eelco Dolstra | |
2017-04-24 | Factor out --json | Eelco Dolstra | |
2016-02-09 | Start of new Nix command-line interface | Eelco Dolstra | |
2016-02-09 | New command line parsing infrastructure | Eelco Dolstra | |