command line argument for shift #1

Closed
opened 2018-09-30 01:01:57 +00:00 by coolaj86 · 2 comments

I'd like to be able to pass a flag such as --shift 7 or -s 7 or -s 0 (auto?) so that I could use this in a script without needing human input.

I'd like to be able to pass a flag such as `--shift 7` or `-s 7` or `-s 0` (auto?) so that I could use this in a script without needing human input.
Owner

Me too.

Me too.
Author

Search for "argparse". I believe that's the name of the python standard library for simple cli argument parsing.

Search for "argparse". I believe that's the name of the python standard library for simple cli argument parsing.
josh closed this issue 2018-10-06 17:34:37 +00:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: josh/python-hard-way#1
No description provided.