Skip to content

Commit 3b21c17

Browse files
committed
Describe what this does
1 parent 3ba6eb1 commit 3b21c17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/github-dependencies.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ def issue_as_dot(number: int, deps: List[int]) -> str:
9797

9898

9999
def parse_args() -> argparse.Namespace:
100-
parser = argparse.ArgumentParser()
100+
parser = argparse.ArgumentParser(
101+
description="Fetch tasks from GitHub and render a tree showing dependencies",
102+
)
101103
parser.add_argument(
102104
'--github-repo',
103105
help="GitHub repository name (default: %(default)s)",

0 commit comments

Comments
 (0)