Releases: CamiloGarciaLaRotta/gifhub
Releases · CamiloGarciaLaRotta/gifhub
v0.3.1
bump urfave/cli to v2
- updated to
github.com/urfave/cli/v2
- this means that flags now must come before the arguments. This follows POSIX standards:
# before gifhub campoy -d 50 # now gifhub -d 50 campoy