summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-11-15 11:42:45 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-11-15 11:42:45 +0800
commit5782c4ff99b70ea101ed2f36711a456fd4e4e37b (patch)
tree04a5c4d2f28e42b313d606b366a86c974be104ae /CHANGELOG.md
parent88753aa6d6a7d23a7d4334b7913655009adfc079 (diff)
switch from structup to clap 3 beta.2
…to see if the order of arguments is corrected. It's not the case. Related to #71
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca2c924..ccbaabc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,7 @@ See [this PR](https://github.com/Byron/dua-cli/pull/62) for reference.
#### v2.8.2
-* Switch back to `structopt` from `argh` to support non-UTF-8 encoded paths to be passed to dua
+* Switch back to `clap` from `argh` to support non-UTF-8 encoded paths to be passed to dua
I hope that `argh` or an alternative will one day consider supporting os-strings, as it would in theory be an issue
for anyone who passes paths to their command-line tool.
@@ -39,7 +39,7 @@ for anyone who passes paths to their command-line tool.
#### v2.8.0
-* Switched from `structopt` to `argh` for a 300kb reduction in binary size and 1 minute smaller compile times.
+* Switched from `clap` to `argh` for a 300kb reduction in binary size and 1 minute smaller compile times.
#### v2.7.0