Skip to content

Commit

Permalink
Add CLI parser exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
entropidelic authored and entropidelic committed Oct 26, 2022
1 parent f9b4020 commit caa9ce7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 214 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Pingcap - PNA Rust course

Repo for solving the exercises of the pingcap talent_plan course:
https://github.com/pingcap/talent-plan
208 changes: 0 additions & 208 deletions bb-1/meow/Cargo.lock

This file was deleted.

1 change: 1 addition & 0 deletions bb-1/meow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ description = "This program is the good fla!"

[dependencies]
clap = { version = "4.0.18", features = ["derive"] }

5 changes: 0 additions & 5 deletions bb-1/meow/src/config.env

This file was deleted.

1 change: 0 additions & 1 deletion bb-1/meow/src/main.py

This file was deleted.

1 change: 1 addition & 0 deletions bb-1/meow/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ fn main() {
let home = env::var_os("HOME");
println!("Home env variable: {:?}", home);
}

0 comments on commit caa9ce7

Please sign in to comment.