summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-08 21:30:17 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-08 21:56:33 +0900
commit5de991914fa4ae573e1648eccd8c8e76c3c5a141 (patch)
tree114983634d1d125ada59e286ed94e2face144028 /tests
parentb7ec278d2201eab4a2e894aaa0ed3a4010d18a20 (diff)
downloadbuildstream-5de991914fa4ae573e1648eccd8c8e76c3c5a141.tar.gz
_frontend/cli.py, _frontend/app.py: Implemented new `bst init` command.
This comes with an interactive mode unless the project name is specified on the command line. This fixes issue #342
Diffstat (limited to 'tests')
-rw-r--r--tests/completions/completions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/completions/completions.py b/tests/completions/completions.py
index 8ecf83e4b..e253e9d26 100644
--- a/tests/completions/completions.py
+++ b/tests/completions/completions.py
@@ -9,6 +9,7 @@ MAIN_COMMANDS = [
'build ',
'checkout ',
'fetch ',
+ 'init ',
'pull ',
'push ',
'shell ',