add note to keep completion scripts updated
This commit is contained in:
parent
b4ef257593
commit
b758f0a953
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in New Issue