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:
parent
97857ff4c2
commit
d60d81759f
45 changed files with 10 additions and 10 deletions
4
main.go
4
main.go
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue