We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
Just reviewed the source, and want to suggest, it would be better to manage if we can separate process of parsing arguments into a separate function.
https://github.com/azimjohn/jprq/blob/master/cli/main.go#L31-L70
method: parse_args - which would be parse arguments and will return a dictionary like in the python parse_args function, or raises an exception:
https://docs.python.org/3/library/argparse.html?highlight=argparse#module-argparse
The text was updated successfully, but these errors were encountered:
PR please!
Sorry, something went wrong.
@azimjohn Ok, let I will do it. Thanks
No branches or pull requests
Hello!
Just reviewed the source, and want to suggest, it would be better to manage if we can separate process of parsing arguments into a separate function.
https://github.com/azimjohn/jprq/blob/master/cli/main.go#L31-L70
method: parse_args - which would be parse arguments and will return a dictionary like in the python parse_args function, or raises an exception:
https://docs.python.org/3/library/argparse.html?highlight=argparse#module-argparse
The text was updated successfully, but these errors were encountered: