Skip to content

Commit

Permalink
[WIP] Command line argument parser (#7)
Browse files Browse the repository at this point in the history
* WIP: first version of the command line parser

* reiplemment the unwrap_followers function

* build: update Cargo.lock

* style: use `cargo fmt`

* test: update integration test and disable unit tests for now

* typo

* Add more tests

* add the obsolete alias for the follower subcommand

---------

Co-authored-by: Jan Macku <[email protected]>
  • Loading branch information
jamartis and jamacku committed Jul 17, 2023
1 parent d91b95e commit 86510be
Show file tree
Hide file tree
Showing 4 changed files with 486 additions and 5 deletions.
297 changes: 295 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dev-dependencies]

Expand Down
Loading

0 comments on commit 86510be

Please sign in to comment.