aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/help/help.txt
blob: 2089e2b20345972994207d9ae5d2ffa05ac5f120 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
USAGE: mling [GLOBAL_FLAGS] [COMMAND] [ARGS...]

GLOBAL_FLAGS:
      --all-features              Enable all features
      --features <FEATURES>       List of features to enable
  -h, --help                      Show help messages
      --manifest-path <PATH>      Custom path to Cargo.toml
      --message-format <FORMAT>   Output message format
      --no-default-features       Disable default features
      --no-deps                   Do not include dependencies in metadata

COMMANDS:
  metadata                        Check your workspace metadata using 'cargo metadata'

  LINTER:
   lint                           Mingling Linter
   ra-lint                        Run `mling lint` and output the results
   ra-lint-check                  Run `mling lint` and `cargo check`, and output the combined results
   ra-lint-clippy                 Run `mling lint` and `cargo clippy`, and output the combined results
   explain <LINT>                 Explain the meaning of the specified Lint

  PROJECT MANAGE:
   proj-new <NAME>                [NOT_IMPL] Create a project
   proj-init                      [NOT_IMPL] Initialize a project

  PACKAGE MANAGE:
   install                        [NOT_IMPL] Install the project to the Mingling package list
   package-show                   [NOT_IMPL] Show locally installed packages
   package-enable <NAME>          [NOT_IMPL] Enable the specified package
   package-disable <NAME>         [NOT_IMPL] Disable the specified package