1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

use newer version cli

This commit is contained in:
smileboywtu 2018-02-09 19:48:44 +08:00 committed by Zack Scholl
parent 97857ff4c2
commit d60d81759f
45 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@ import (
"fmt"
"os"
"strings"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
"github.com/yudai/gotty/pkg/homedir"
"github.com/smileboywtu/croc/common"
)
@ -52,7 +52,7 @@ func main() {
if err != nil {
exit(err, 3)
}
app.Flags = append(
cliFlags,
cli.StringFlag{