-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c131712
commit 7ba7eaa
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
source: tests/general.rs | ||
assertion_line: 5 | ||
expression: output | ||
snapshot_kind: text | ||
--- | ||
COMMAND: | ||
--help | ||
|
||
STDERR: | ||
|
||
STDOUT: | ||
Visualize/analyze a crate's internal structure. | ||
|
||
Usage: cargo-modules <COMMAND> | ||
|
||
Commands: | ||
structure Prints a crate's hierarchical structure as a tree. | ||
dependencies Prints a crate's internal dependencies as a graph. | ||
orphans Detects unlinked source files within a crate's directory. | ||
help Print this message or the help of the given subcommand(s) | ||
|
||
Options: | ||
-h, --help Print help | ||
-V, --version Print version |