File tree 1 file changed +4
-4
lines changed
src/doc/contrib/src/architecture
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ subcommands live in [`src/bin/cargo/commands`] directory.
7
7
Each subcommand, such as [ ` src/bin/cargo/commands/build.rs ` ] , usually performs
8
8
the following:
9
9
10
- * Parse the CLI flags. See the [ ` command_prelude ` ] module for some helpers to make this easier.
11
- * Load the config files.
12
- * Discover and load the workspace.
13
- * Calls the actual implementation of the subcommand which resides in [ ` src/cargo/ops ` ] .
10
+ 1 . Parse the CLI flags. See the [ ` command_prelude ` ] module for some helpers to make this easier.
11
+ 2 . Load the config files.
12
+ 3 . Discover and load the workspace.
13
+ 4 . Calls the actual implementation of the subcommand which resides in [ ` src/cargo/ops ` ] .
14
14
15
15
If the subcommand is not found in the built-in list, then Cargo will
16
16
automatically search for a subcommand named ` cargo-{NAME} ` in the users ` PATH `
You can’t perform that action at this time.
0 commit comments