1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 02:11:15 +02:00

Support --no-net for backwards compatibility

This commit is contained in:
Eelco Dolstra 2021-02-07 20:44:56 +01:00
parent 480426a364
commit 37352aa7e1
3 changed files with 5 additions and 0 deletions

View file

@ -97,6 +97,7 @@ protected:
typedef std::shared_ptr<Flag> ptr;
std::string longName;
std::set<std::string> aliases;
char shortName = 0;
std::string description;
std::string category;