Skip to content

Commit

Permalink
adding force flag for future use
Browse files Browse the repository at this point in the history
  • Loading branch information
bitSheriff committed Sep 26, 2023
1 parent 640b0ee commit b1c18ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shelfslide.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def config_args():
parser.add_argument('--verbose', '-v', action='store_true', help='Log all happenings')
parser.add_argument('--show', '-s', default="", help='Show given picture')
parser.add_argument('--logo', '-l', action='store_true', help='Just show the logo and exit')

parser.add_argument('--force', '-f', action='store_true', help='Force Flag')
parser.add_argument('--copy-conf', action='store_true', help='Copy the configuration and books to the user config directory')


Expand Down

0 comments on commit b1c18ea

Please sign in to comment.