Skip to content

Commit

Permalink
updated main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxydev committed Oct 30, 2022
1 parent 94b25d8 commit 5d9e7f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ fn main() {
let scd_arg = std::env::args().nth(2).expect("no pattern given");
select_fn::start(scd_arg);
},
"commands" => {
println!("\nrustix-vcs init -> command to initialize the project");
println!("\nrustix-vcs add 'path_to_file' -> command to save the file");
println!("\nrustix-vcs select 'save_name' -> command to insert saved content into a file\n");
},
"print" => print_fn::start(0),
"log" => print_fn::start(1),
"info" => print_fn::read_yaml(),
Expand Down

0 comments on commit 5d9e7f5

Please sign in to comment.