File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
src/components/common/cli Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 7
7
## View All Commands
8
8
9
9
import React from ' react' ;
10
- import ViewAllCmdsMdx from ' @components/common/cli/view-all-cmds' ;
10
+ import ViewAllCmdsMdx from ' @components/common/cli/view-all-cmds-en ' ;
11
11
12
12
{ /* rspress flattenMdxContent issue */ }
13
13
{ props .show || React .createElement (ViewAllCmdsMdx )}
Original file line number Diff line number Diff line change
1
+ If you need to view all available CLI commands, please run the following command in the project directory:
2
+
3
+ ``` bash
4
+ npx mf -h
5
+ ```
6
+
7
+ Output:
8
+
9
+ ``` bash
10
+
11
+ Usage: mf < command> [options]
12
+
13
+ Options:
14
+ -V, --version output the version number
15
+ -h, --help display help for command
16
+
17
+ Commands:
18
+ dts [options] generate or fetch the mf types
19
+ help [command] display help for command
20
+
21
+ ```
You can’t perform that action at this time.
0 commit comments