diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-06-04 13:16:28 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-06-04 13:16:28 +0200 |
commit | f85606c431dc1225ba32ecefaa4aea1eb6d4356e (patch) | |
tree | c11a7261d8b58bc1528e1b221a741353d6a4a04a /src/libutil/args.hh | |
parent | 81cafda306e7257d0d77a20b9bde45049abaa52a (diff) | |
parent | 0f44b60e6dc999697bf9f2a4b3652a0551016598 (diff) |
Merge remote-tracking branch 'origin/master' into flakes
Diffstat (limited to 'src/libutil/args.hh')
-rw-r--r-- | src/libutil/args.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/args.hh b/src/libutil/args.hh index 405ec3d47..59541df99 100644 --- a/src/libutil/args.hh +++ b/src/libutil/args.hh @@ -248,6 +248,8 @@ public: std::map<Command::Category, std::string> categories; + std::map<std::string, std::string> deprecatedAliases; + // Selected command, if any. std::optional<std::pair<std::string, ref<Command>>> command; |