diff --git a/src/taskgraph/main.py b/src/taskgraph/main.py index 653a8a03..a600b800 100644 --- a/src/taskgraph/main.py +++ b/src/taskgraph/main.py @@ -232,7 +232,9 @@ def logfile(spec): defaults={"graph_attr": "full_task_set"}, ) @command( - "full", help="Show the full taskgraph. The full taskgraph consists of the full task set, with edges (dependencies) between tasks.", defaults={"graph_attr": "full_task_graph"} + "full", + help="Show the full taskgraph. The full taskgraph consists of the full task set, with edges (dependencies) between tasks.", + defaults={"graph_attr": "full_task_graph"}, ) @command( "target",