Switch from clap to arg #19

Open
opened 2022-12-13 15:29:01 +00:00 by emma · 0 comments
Owner

I'd like to use arg for argument parsing, since:

  • it can be dynamically linked (binary size)
  • it has no dependencies (lib size)
  • it is simple with no frills
I'd like to use [arg](https://crates.io/crates/arg) for argument parsing, since: - it can be dynamically linked (binary size) - it has no dependencies (lib size) - it is simple with no frills
emma self-assigned this 2022-12-13 15:30:35 +00:00
emma added the
enhancement
label 2022-12-18 01:40:11 +00:00
emma added this to the Release milestone 2022-12-18 01:40:13 +00:00
emma added a new dependency 2022-12-18 01:41:07 +00:00
emma added reference rewrite 2023-03-23 02:56:13 +00:00
emma added this to the Version 0.1.0 project 2023-03-27 17:01:20 +00:00
Sign in to join this conversation.
No description provided.