diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-08 21:30:17 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-08 21:56:33 +0900 |
commit | 5de991914fa4ae573e1648eccd8c8e76c3c5a141 (patch) | |
tree | 114983634d1d125ada59e286ed94e2face144028 /tests | |
parent | b7ec278d2201eab4a2e894aaa0ed3a4010d18a20 (diff) | |
download | buildstream-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.py | 1 |
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 ', |