blob: 4bf1ca67d52b26e29849d85f8797212457463fc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Mingling's scaffolding tool
[[b_green]]**Usage:**[[/]] [[b_cyan]]**cargo mling**[[/]] [[cyan]][COMMAND] [OPTIONS]...[[/]]
[[b_green]]**Options:**[[/]]
__ [[b_cyan]]**-V**[[/]], [[b_cyan]]**--version**[[/]] Print version info and exit
__ [[b_cyan]]**-h**[[/]], [[b_cyan]]**--help**[[/]] Print this help message
__ [[b_cyan]]**-P**[[/]], [[b_cyan]]**--manifest-path**[[/]] [[cyan]]<PATH>[[/]] Path to _Cargo.toml_
__ [[b_cyan]]**--silence**[[/]], [[b_cyan]]**--quiet**[[/]] Suppress all output
__ [[b_cyan]]**--no-error**[[/]] Suppress error output
__ [[b_cyan]]**--no-result**[[/]] Suppress result output
[[b_green]]**Commands:**[[/]]
__ [[b_cyan]]**install**[[/]] Install current project into
__ the **mling** package manager
__ [[b_cyan]]**ls**[[/]], [[b_cyan]]**add**[[/]], [[b_cyan]]**rm**[[/]] List, add, or remove something
Run \`[[b_cyan]]**cargo help mling**[[/]]\` for more detailed information.
|