Skip to content

Commit

Permalink
Add minimal help-string
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCurtis committed Feb 1, 2024
1 parent 0fe5d02 commit 0351532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fk_graph/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ def _parse_args():
parser.add_argument(
"--exclude-edge",
type=_to_function,
help=(
"Function to exclude edges. This should be in the form"
" 'path.to.module.function'"
),
)
args = parser.parse_args()
if (
Expand Down

0 comments on commit 0351532

Please sign in to comment.