We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b25d8 commit 5d9e7f5Copy full SHA for 5d9e7f5
src/main.rs
@@ -48,11 +48,6 @@ fn main() {
48
let scd_arg = std::env::args().nth(2).expect("no pattern given");
49
select_fn::start(scd_arg);
50
},
51
- "commands" => {
52
- println!("\nrustix-vcs init -> command to initialize the project");
53
- println!("\nrustix-vcs add 'path_to_file' -> command to save the file");
54
- println!("\nrustix-vcs select 'save_name' -> command to insert saved content into a file\n");
55
- },
56
"print" => print_fn::start(0),
57
"log" => print_fn::start(1),
58
"info" => print_fn::read_yaml(),
0 commit comments