Swap structopt for a simpler alternative

This commit is contained in:
Daniel García
2021-02-07 20:10:40 +01:00
parent 9323c57f49
commit 8b660ae090
3 changed files with 28 additions and 133 deletions

View File

@@ -119,7 +119,7 @@ percent-encoding = "2.1.0"
idna = "0.2.1"
# CLI argument parsing
structopt = "0.3.21"
pico-args = "0.4.0"
# Logging panics to logfile instead stderr only
backtrace = "0.3.56"