Closed hackergrrl closed 8 years ago
This is a hack to sidestep urfave/cli#427. Addresses #36.
Since the cli package can't handle arguments appearing before options, this pre-processes the os.Args and reorders them to be compatible with cli's parsing logic.
This is a hack to sidestep urfave/cli#427. Addresses #36.
Since the cli package can't handle arguments appearing before options, this pre-processes the os.Args and reorders them to be compatible with cli's parsing logic.