-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Cobra seems like a popular package used for CLI applications.
Pros:
- Single command for all features (like server and collector)
- Extensible
- Go community seems pretty familiar with the syntax
- Reuse the same code for options and configurations handling
Cons:
- Breaks compatibility because we'll remove
collector
After cobra, it'd look like:
open_saves serveto run the serveropen_saves collectto run the garbage collector
We could also add commands like restart, stop, reload, etc in the future.
Metadata
Metadata
Assignees
Labels
No labels