diff options
author | Eric Engestrom <eric@engestrom.ch> | 2017-11-28 14:28:36 +0000 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2019-02-20 18:48:39 +0000 |
commit | b758f0a953c9c76c282452dd2326e34a17ac8b6f (patch) | |
tree | 1e0d4a9ca371bbbdeec7c5b5e36c9323f523b4db | |
parent | b4ef2575939882c0824a63d63bdc423bc33943e8 (diff) | |
download | meson-b758f0a953c9c76c282452dd2326e34a17ac8b6f.zip meson-b758f0a953c9c76c282452dd2326e34a17ac8b6f.tar.gz meson-b758f0a953c9c76c282452dd2326e34a17ac8b6f.tar.bz2 |
add note to keep completion scripts updated
-rw-r--r-- | mesonbuild/mesonmain.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/mesonmain.py b/mesonbuild/mesonmain.py index 516c411..d7bccdb 100644 --- a/mesonbuild/mesonmain.py +++ b/mesonbuild/mesonmain.py @@ -27,6 +27,8 @@ from .environment import detect_msys2_arch from .wrap import wraptool +# Note: when adding arguments, please also add them to the completion +# scripts in $MESONSRC/data/shell-completions/ class CommandLineParser: def __init__(self): self.commands = {} |