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
Currently I've built this so it have a load of distinct command line utilities. That's nice in a way. They include:
degoo_cd degoo_get degoo_ll degoo_login degoo_ls degoo_mkdir degoo_path degoo_props degoo_put degoo_pwd degoo_rm degoo_test degoo_tree degoo_user
It would be nice and others might also appreciate if all these had a way of being invoked through one CLI command for example:
degoo cd degoo get degoo ll degoo login degoo ls degoo mkdir degoo path degoo props degoo put degoo pwd degoo rm degoo test degoo tree degoo user
Should be easy to support both methods. Just writing this note to remind myself to do it some time.
The text was updated successfully, but these errors were encountered:
A small change in this direction went in here:
Degoo/commands.py
Line 71 in 040d78f
Has little meaning until we have an installer. Need to look at setuptools.
Sorry, something went wrong.
No branches or pull requests
Currently I've built this so it have a load of distinct command line utilities. That's nice in a way. They include:
It would be nice and others might also appreciate if all these had a way of being invoked through one CLI command for example:
Should be easy to support both methods. Just writing this note to remind myself to do it some time.
The text was updated successfully, but these errors were encountered: