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
I was experimenting with commands which were prefixes of eachother...
$ cat some.cmd | ssh alpha.cmd.io :create u/a/b/c Command u/a/b/c already exists $ ssh alpha.cmd.io :delete u/a/b/c Command not found: u/a/b/c
altough these can be created...they are not callable currently. It would be either good to:
I think it would be practical to not support commands which contains '/' in their name.
The text was updated successfully, but these errors were encountered:
I agree it would be better to prevent creating them. Thanks for catching this!
Sorry, something went wrong.
@progrium should we have a whitelist of allowed characters, or just specifically block "/"?
No branches or pull requests
I was experimenting with commands which were prefixes of eachother...
$ cat some.cmd | ssh alpha.cmd.io :create u/a/b/c Command u/a/b/c already exists $ ssh alpha.cmd.io :delete u/a/b/c Command not found: u/a/b/c
altough these can be created...they are not callable currently.
It would be either good to:
I think it would be practical to not support commands which contains '/' in their name.
The text was updated successfully, but these errors were encountered: