Add warning about "nix" being experimental
This commit is contained in:
parent
7c9d7a253c
commit
ce113c32d2
|
@ -16,6 +16,7 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
|
|||
{
|
||||
mkFlag('h', "help", "show usage information", [=]() {
|
||||
printHelp(programName, std::cout);
|
||||
std::cout << "\nNote: this program is EXPERIMENTAL and subject to change.\n";
|
||||
throw Exit();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue