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
Okra can already clone a lot of repos, see okra/be_nice.py but it doesn't do this using the command line. Given
$ okra compute https://github.com/okrahealth/okra.git Would you like to git clone 'https://github.com/okrahealth/okra.git'? [y]n
$ okra compute -y https://github.com/okrahealth/okra.git
$ okra compute -y https://github.com/okrahealth/okra.git --clonedir /tmp/
The text was updated successfully, but these errors were encountered:
minor update to readme to reflect command line tool, see #16
b206740
minor update to setup.py, see #16
fc24553
working on the cli, see #16
fb0e242
set up basic argparse functionality with sys, see #16
473419d
merge conflict, see #16
5d3c2b2
tbonza
No branches or pull requests
Okra can already clone a lot of repos, see okra/be_nice.py but it doesn't do this using the command line. Given
The text was updated successfully, but these errors were encountered: