From 8745864ceea5da0ee984cce89791f452c0dadcbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Wed, 1 Jul 2020 16:34:45 +0200 Subject: Add `bst source push` command --- tests/frontend/completions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/frontend/completions.py b/tests/frontend/completions.py index a5e3c8ed3..952ed177b 100644 --- a/tests/frontend/completions.py +++ b/tests/frontend/completions.py @@ -44,6 +44,7 @@ MAIN_OPTIONS = [ SOURCE_COMMANDS = [ "checkout ", "fetch ", + "push ", "track ", ] -- cgit v1.2.1