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

[suggestion] use a sub-command style of command-line interface #4

Open
tstack opened this issue Nov 14, 2022 · 0 comments
Open

[suggestion] use a sub-command style of command-line interface #4

tstack opened this issue Nov 14, 2022 · 0 comments

Comments

@tstack
Copy link

tstack commented Nov 14, 2022

I'd like to suggest making the command interface use sub-commands for some added ease-of-use and clarity. Right now, just typing litho will start the sync process. That's a heavyweight operation that a new user might be surprised by when they were just trying to figure out what the command does. A sub-command interface would also keep the door open for adding other operations, like logging out.

$ litho
<prints help>
$ litho sync
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant