Add a "help" category
This makes the help commands show up prominently at the top of the 'nix' manpage.
This commit is contained in:
@@ -18,6 +18,7 @@ class EvalState;
|
||||
struct Pos;
|
||||
class Store;
|
||||
|
||||
static constexpr Command::Category catHelp = -1;
|
||||
static constexpr Command::Category catSecondary = 100;
|
||||
static constexpr Command::Category catUtility = 101;
|
||||
static constexpr Command::Category catNixInstallation = 102;
|
||||
|
||||
Reference in New Issue
Block a user