Skip to content

Commit 5d9e7f5

Browse files
committed
updated main.rs
1 parent 94b25d8 commit 5d9e7f5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ fn main() {
4848
let scd_arg = std::env::args().nth(2).expect("no pattern given");
4949
select_fn::start(scd_arg);
5050
},
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-
},
5651
"print" => print_fn::start(0),
5752
"log" => print_fn::start(1),
5853
"info" => print_fn::read_yaml(),

0 commit comments

Comments
 (0)