File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/doc/contrib/src/architecture Expand file tree Collapse file tree 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.
77Each subcommand, such as [ ` src/bin/cargo/commands/build.rs ` ] , usually performs
88the following:
99
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 ` ] .
1414
1515If the subcommand is not found in the built-in list, then Cargo will
1616automatically search for a subcommand named ` cargo-{NAME} ` in the users ` PATH `
You can’t perform that action at this time.
0 commit comments