Skip to content

Commit

Permalink
chore: update CLI dependencies
Browse files Browse the repository at this point in the history
Could not update `indicatif` due to console-rs/indicatif#493
  • Loading branch information
orhun committed Dec 12, 2022
1 parent 4a90137 commit 9021ef5
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 51 deletions.
159 changes: 129 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions README.md
Expand Up @@ -43,21 +43,21 @@ $ yarn tauri build
### Usage

```
spicy-launcher-cli [OPTIONS] <SUBCOMMAND>
spicy-launcher-cli [OPTIONS] [COMMAND]
```

```
OPTIONS:
-v, --verbose Increase logging verbosity
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
list List available games and releases
install Download and install a game
uninstall Uninstall a game
launch Launch a game
help Print this message or the help of the given subcommand(s)
Commands:
list List available games and releases
install Download and install a game
uninstall Uninstall a game
launch Launch a game
help Print this message or the help of the given subcommand(s)
Options:
-v, --verbose... Increase logging verbosity
-h, --help Print help information
-V, --version Print version information
```

### Examples
Expand Down

0 comments on commit 9021ef5

Please sign in to comment.