Update CLI to use Clap 3.0 #1955
Labels
cli
Issues and PRs related to the Boa command line interface.
E-Easy
Easy
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
We currently use
structopt
for our CLI, but now that Clap has released its 3.0 version, the functionality has improved to the point wherestructopt
is no longer needed: https://crates.io/crates/clapWe would like to move from using
structopt
to usingclap
.The text was updated successfully, but these errors were encountered: