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