-
Notifications
You must be signed in to change notification settings - Fork 296
no error when using a unknow option #563
Comments
I think that we should try to standardize the CLI responses among GO1. Empty
2. Unkown Command
3. Unkown Option
JS1. Empty
2. Unkown Command
Nothing happens here. 3. Unkown Option
ApproachSince we are using Suggestion:1. Empty
Usage should be added in this case. 2. Unkown Command
Error should be displayed. 3. Unkown Option
What do you think @diasdavid @MichaelMure ? |
@vasco-santos Thanks for the complete proposal. It is a good goal to have but very low priority compared to others and one that will require a good amount of time to fix given that as you analyzed, it would require changing the CLI library. |
All right! Then, I will create a PR for this issue, only displaying the default |
When using the go-ipfs command line, an unknow option will return an error:
It would help the debugging if js-ipfs-api would do the same.
The text was updated successfully, but these errors were encountered: