mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Improve nix.1 manpage generator
This commit is contained in:
parent
6f19c776db
commit
069340179e
2 changed files with 40 additions and 37 deletions
|
@ -142,6 +142,11 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
|
|||
printHelp(programName, std::cout);
|
||||
throw Exit();
|
||||
}
|
||||
|
||||
std::string description() override
|
||||
{
|
||||
return "a tool for reproducible and declarative configuration management";
|
||||
}
|
||||
};
|
||||
|
||||
void mainWrapped(int argc, char * * argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue