Skip to content

bump urfave/cli to v2

Compare
Choose a tag to compare
@CamiloGarciaLaRotta CamiloGarciaLaRotta released this 01 May 13:59
· 25 commits to master since this release
  • 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