This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
cli: doc: OPTIONS output not working #331
Comments
Unfortunately that is not a given for free with ronin, the CLI toolkit we use. |
We should really fix this and probably switch away from ronin. Which is simply not being maintained anymore. |
RichardLitt
added a commit
that referenced
this issue
Jun 30, 2016
This makes the OPTIONS output a bit better. See #331. Do not merge this, for now, as we may be replacing the js- and go-ipfs docs with an intermediary; storing this here as an example of how to implement help in [ronin](https://www.npmjs.com/package/ronin)
Closed
PRed a pretty easy fix for this. However, let's wait until we resolve ipfs/notes#139. |
@dignifiedquire we can collaborate to make it better - vadimdemedes/ronin#37 |
dignifiedquire
added a commit
that referenced
this issue
Aug 2, 2016
dignifiedquire
added
status/in-progress
In progress
status/deferred
Conscious decision to pause or backlog
and removed
status/deferred
Conscious decision to pause or backlog
milestone 4
labels
Aug 2, 2016
dignifiedquire
added a commit
that referenced
this issue
Aug 3, 2016
dignifiedquire
added a commit
that referenced
this issue
Aug 3, 2016
dignifiedquire
added a commit
that referenced
this issue
Aug 3, 2016
dignifiedquire
added a commit
that referenced
this issue
Aug 4, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run the
--help
command in the CLI for js-ipfs commands, I get the following:What does
[OPTIONS]
mean? Shouldn't it show the options? Let's look at id.js:Why isn't
[--format | -f]
output?The text was updated successfully, but these errors were encountered: