diff --git a/src/zk_graph_view/cli.py b/src/zk_graph_view/cli.py index bc68f49..943a1b2 100644 --- a/src/zk_graph_view/cli.py +++ b/src/zk_graph_view/cli.py @@ -50,7 +50,10 @@ def main(): choices=["drop", "ghost", "error"], default="drop", help="Handle a link whose endpoint has no note: drop (skip and warn), " - "ghost (render a placeholder node), or error (raise)", + "ghost (render a placeholder node), or error (raise)" + ) + + parser.add_argument( "--show-tags", action="store_true", help="Show tags as nodes in the graph"