workspacer_cli/
lib.rs

1// ---------------- [ File: workspacer-cli/src/lib.rs ]
2#[macro_use] mod imports; use imports::*;
3
4x!{add}
5x!{add_crate}
6x!{add_internal_dep}
7x!{analyze}
8x!{analyze_crate}
9x!{analyze_workspace}
10x!{bump}
11x!{bump_workspace}
12x!{bump_crate_downstreams}
13x!{bump_single_crate}
14x!{bump_release_arg}
15x!{check_publish_ready}
16x!{check_publish_ready_crate}
17x!{check_publish_ready_workspace}
18x!{cleanup}
19x!{cleanup_crate}
20x!{cleanup_workspace}
21x!{coverage}
22x!{coverage_crate}
23x!{coverage_workspace}
24x!{detect_cycles}
25x!{detect_cycles_crate}
26x!{detect_cycles_workspace}
27x!{document}
28x!{format}
29x!{format_all_imports}
30x!{format_imports}
31x!{get}
32x!{get_toml_section}
33x!{get_lock_versions}
34x!{git}
35x!{info}
36x!{lint}
37x!{meta}
38x!{name}
39x!{organize}
40x!{pin}
41x!{publish}
42x!{register}
43x!{show}
44x!{tree}
45x!{upgrade}
46x!{validate}
47x!{watch}
48x!{write}
49x!{prune}
50x!{topo}
51x!{file_filter}