dutchcoders / transfer.sh

Easy and fast file sharing from the command-line.
https://github.com/dutchcoders/transfer.sh
MIT License
15.09k stars 1.54k forks source link

Upgrade github.com/urfave/cli to v2 #551

Closed adamantike closed 1 year ago

adamantike commented 1 year ago

urfave/cli v2 was released in 2019, and it doesn't introduce relevant user-facing breaking changes.

Migration guide from v1 can be found at: https://cli.urfave.org/migrate-v1-to-v2/

The only user-facing change is within the "Flags before args" section, but I haven't found that to affect transfer.sh as arguments are not used.

aspacca commented 1 year ago

thanks for this @adamantike