gliderlabs / gliderlabs/cmd

Unable to delete command which name contains '/'

Open
#198 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
28
Forks
4
PR merge metrics
No merged PRs in 30d

Description

I was experimenting with commands which were prefixes of eachother...
```bash
$ 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:

* prevent the creation of command which contains '/'
* or support them...

I think it would be practical to not support commands which contains '/' in their name.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.