mirror of
https://github.com/ow-mods/ow-mod-man.git
synced 2025-12-11 20:15:50 +01:00
28 lines
529 B
Markdown
28 lines
529 B
Markdown
# owmods-cli
|
|
|
|
The CLI interface for the mod manager, built using clap.
|
|
|
|
## Usage
|
|
|
|
Run `owmods help` for a list of commands
|
|
|
|
### Shortcuts
|
|
|
|
Some command shortcuts exist for convenience
|
|
|
|
- `install` -> `i`
|
|
- `install-zip` -> `iz`
|
|
- `install-url` -> `iu`
|
|
- `list` -> `ls`
|
|
- `update` -> `up`
|
|
- `enable` -> `e`
|
|
- `disable` -> `d`
|
|
- `uninstall` -> `rm`
|
|
- `readme` -> `man`
|
|
|
|
## Building
|
|
|
|
This package requires rust and cargo to build.
|
|
|
|
Run `cargo build -p owmods_cli --release` from the **root of the repo** to create a release binary.
|