Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Confluent help should say something on non-existing commands #34

Open
gwenshap opened this issue Jul 28, 2017 · 3 comments
Open

Confluent help should say something on non-existing commands #34

gwenshap opened this issue Jul 28, 2017 · 3 comments

Comments

@gwenshap
Copy link

If I try to get help for a command that doesn't exist ("confluent connect help"), currently there is no output. Will be nice to get some error like "git: 'connect' is not a git command. See 'git --help'."

@kkonstantine
Copy link
Member

When I try it, I see that running confluent with an unknown command (or subcommand) will give an error message. For instance running:
confluent connect help as above gives:

Unknown subcommand 'connect help'. Type 'confluent help connect' for a list of available subcommands.

Adding "guessing feature" with an edit distance algorithm is on the todo list. Same for auto-completion.

@gwenshap
Copy link
Author

gwenshap commented Jul 28, 2017

I wrote it this way:

ubuntu@ip-172-31-73-209:~$ confluent help connect

There is no output

@kkonstantine
Copy link
Member

Indeed. A message for running help on a non-existent command is missing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants