diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-10-12 15:09:00 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-10-12 15:09:17 +0200 |
commit | eba610956b088e0d881c44189ef3e0d613bbf922 (patch) | |
tree | 28fc08cfab163dea4ca54c86154ecdd2b23edcba /src/libcmd/common-eval-args.hh | |
parent | ae2d330455996f5c1099b5accf36ad348b3d5e9b (diff) |
Move some options into a misc category
This unclutters the per-command options a bit by moving out some
global options.
Diffstat (limited to 'src/libcmd/common-eval-args.hh')
-rw-r--r-- | src/libcmd/common-eval-args.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcmd/common-eval-args.hh b/src/libcmd/common-eval-args.hh index 03fa226aa..1ec800613 100644 --- a/src/libcmd/common-eval-args.hh +++ b/src/libcmd/common-eval-args.hh @@ -10,6 +10,8 @@ class Bindings; struct MixEvalArgs : virtual Args { + static constexpr auto category = "Common evaluation options"; + MixEvalArgs(); Bindings * getAutoArgs(EvalState & state); |