Switch out structopt with clap #6

Closed
opened 2022-04-10 00:48:07 +00:00 by mars · 0 comments
Owner

As of clap version 3.0, you can use a derive macro to generate command line options, which makes structopt obsolete. For the sake of simplicity and forwards-compatibility, structopt should be replaced with clap.

As of [clap](https://docs.rs/clap/latest/clap/) version 3.0, you can use a derive macro to generate command line options, which makes `structopt` obsolete. For the sake of simplicity and forwards-compatibility, `structopt` should be replaced with `clap`.
mars added the
enhancement
help wanted
labels 2022-04-10 00:52:07 +00:00
mars closed this issue 2022-09-11 05:59:16 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: minecrust/hopper#6
No description provided.