fix: downgrade urfave/cli to v1 to enable more flexible parsing (#154)

This commit is contained in:
Daniel Moran
2021-06-28 14:49:26 -04:00
committed by GitHub
parent 72d1ad8361
commit ead44e4e83
29 changed files with 534 additions and 639 deletions

View File

@ -1,7 +1,7 @@
package middleware
import (
"github.com/urfave/cli/v2"
"github.com/urfave/cli"
)
// WithBeforeFns returns a cli.BeforeFunc that calls each of the provided