summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_frontend/cli.py')
-rw-r--r--buildstream/_frontend/cli.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/buildstream/_frontend/cli.py b/buildstream/_frontend/cli.py
index 26bdf0a92..29fc4cf54 100644
--- a/buildstream/_frontend/cli.py
+++ b/buildstream/_frontend/cli.py
@@ -673,7 +673,6 @@ def checkout(app, element, location, force, deps, integrate, hardlinks, tar):
@cli.group(short_help="Manipulate sources for an element")
def source():
"""Manipulate sources for an element"""
- pass
##################################################################
@@ -822,7 +821,6 @@ def source_checkout(app, element, location, force, deps, fetch_, except_,
@cli.group(short_help="Manipulate developer workspaces")
def workspace():
"""Manipulate developer workspaces"""
- pass
##################################################################
@@ -1000,7 +998,6 @@ def _classify_artifacts(names, cas, project_directory):
@cli.group(short_help="Manipulate cached artifacts")
def artifact():
"""Manipulate cached artifacts"""
- pass
################################################################