-
Notifications
You must be signed in to change notification settings - Fork 971
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
cmd: Implement a basic CLI app #17
Comments
Let's not call it |
Well, also let's use cobra |
Btw, remove the random 'todo' guy you mentioned. |
This comment has been minimized.
This comment has been minimized.
@liamsi, yep. Almost hit enter and the page update with the edit ;) |
Also, instead of |
I am against it. Will be more annoying to maintain and I would like people to think of celestia as the node and then initialise it in either full or light mode. I also am not in favour of |
I'm also in favor of one binary for now. At least I do not see any good reasons for multiple binaries. I don't think it matters much if the sub-command is called any of |
I recommend using cobra as the maintainer is directly affiliated with golang and is generally more active in maintenance as opposed to urfave/cli.
Requirements:
celestia light init
celestia light start
celestia full init
celestia full start
--config
flag on initlight
mode are grouped under command./celestia light --help
, as well as other issue areas beyond the node type likemetrics
,utils
, etc.)Nice to haves:
The text was updated successfully, but these errors were encountered: