We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf65ca7 + 0961bd3 commit 6171d32Copy full SHA for 6171d32
jobfunnel/config/cli.py
@@ -16,7 +16,7 @@ def parse_cli(args: List[str]) -> Dict[str, Any]:
16
17
TODO: need to ensure users can try out JobFunnel as easily as possible.
18
"""
19
- base_parser = argparse.ArgumentParser('Job Search CLI.')
+ base_parser = argparse.ArgumentParser()
20
21
# Independant arguments
22
base_parser.add_argument(
0 commit comments