Small fixes for initial
This commit is contained in:
parent
281bd030a0
commit
6c607bbe51
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# dotgift
|
# dotgift
|
||||||
|
|
||||||
**dotgift** is a Christmas manager
|
**dotgift** is a gift list manager
|
||||||
|
|
||||||
for large double families like mine!<br/>
|
for large double families like mine!<br/>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ def run() -> None:
|
||||||
None
|
None
|
||||||
"""
|
"""
|
||||||
# your code here
|
# your code here
|
||||||
parser = ArgumentParser(description="A Christmas list manager for families like mine!")
|
parser = ArgumentParser(description="A gift list manager for families like mine!")
|
||||||
parser.add_argument("--version", action="version", version=__version__)
|
parser.add_argument("--version", action="version", version=__version__)
|
||||||
parser.add_argument("--verbose", action="store_true", help="Enable verbose logging")
|
parser.add_argument("--verbose", action="store_true", help="Enable verbose logging")
|
||||||
parser.add_argument("--output", "-o", type=Path, help="Specify output file")
|
parser.add_argument("--output", "-o", type=Path, help="Specify output file")
|
||||||
|
|
Loading…
Reference in a new issue