-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paper update #188
Paper update #188
Conversation
you can just run "paper" now. no more flags/arguements. also made the "user" arguement optional with "--user" or "-u"
use prompts to set values for non-inputted arguments
fix: make --user optional and include refund/view prompt
use something else(TM) |
updated to retain original syntax. removed default value for view in favor of prompts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. assuming this solves previous issue with argparse, @something please make note of if this isn't the case, otherwise will merge soon
also thoughts on removing reason as required? has also been part of discussion about this |
what previous issue are you referring to? @RonitNath |
Hmm so do we break backwards compatibility or use something other than python argparse?