Skip to content
New issue

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

Typo suggestions #41

Closed
rgbkrk opened this issue Jun 12, 2015 · 3 comments
Closed

Typo suggestions #41

rgbkrk opened this issue Jun 12, 2015 · 3 comments

Comments

@rgbkrk
Copy link
Contributor

rgbkrk commented Jun 12, 2015

Not all systems have bash (e.g. Windows) and not everyone uses bash completion. One helpful thing a lot of client bindings do is provide suggestions. Example for us:

$ rack server instance list
rack: 'server' is not a rack command. Did you mean "rack servers instance list"?
@kenperkins
Copy link
Contributor

+1 on this. I constantly forget and pluralize the resource.

Here's what git does:

/data/src/rack [master] $ git stitus
git: 'stitus' is not a git command. See 'git --help'.

Did you mean this?
    status

@kenperkins
Copy link
Contributor

That said, I think we can figure out a solution here post MVP.

@kenperkins kenperkins modified the milestone: Post MVP Jun 26, 2015
@kenperkins
Copy link
Contributor

We have this for commands, but not for flags. I think that's good enough to call this closed.

@kenperkins kenperkins modified the milestones: Post MVP, Public Beta Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants