1
0
Fork 0
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:
Eelco Dolstra 2020-08-18 15:15:35 +02:00
parent 6f19c776db
commit 069340179e
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 40 additions and 37 deletions

View file

@ -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)