diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2018-11-01 15:23:20 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2018-12-12 16:32:41 +0000 |
commit | b3dceb16cc56bd8d1c43a7d14e2c0e98d39769c4 (patch) | |
tree | 04ad44e0ab24758dc28fe43952d05deb8ce01c9d /tests | |
parent | 3697a61107ea484f6a119ab0275441b75292acce (diff) | |
download | buildstream-b3dceb16cc56bd8d1c43a7d14e2c0e98d39769c4.tar.gz |
cli: Add artifact command group
Diffstat (limited to 'tests')
-rw-r--r-- | tests/completions/completions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/completions/completions.py b/tests/completions/completions.py index 9b32baadd..f810c4f08 100644 --- a/tests/completions/completions.py +++ b/tests/completions/completions.py @@ -6,6 +6,7 @@ from tests.testutils import cli DATA_DIR = os.path.dirname(os.path.realpath(__file__)) MAIN_COMMANDS = [ + 'artifact ', 'build ', 'checkout ', 'fetch ', |