Skip to content

Commit

Permalink
Add CLI with argument parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
thmxv committed Mar 9, 2023
1 parent 9be0311 commit 02480f8
Show file tree
Hide file tree
Showing 12 changed files with 540 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
344 changes: 344 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 02480f8

Please sign in to comment.