1
1
Fork 0
mirror of https://gitea.com/gitea/tea synced 2024-06-10 00:46:10 +02:00
tea/vendor/github.com/urfave/cli
6543 0a5cdd60ac [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84)
Merge branch 'master' into update-cli-lib2

[Vendor] Update stretchr/testify  v1.3.0 -> v1.4.0 (#83)

update github.com/stretchr/testify  v1.3.0 -> v1.4.0

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: sapk <sapk@noreply.gitea.io>
Reviewed-by: appleboy <appleboy.tw@gmail.com>

Update urfave/cli v1.20.0 -> v1.22.2

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-01-04 04:45:36 +00:00
..
.flake8 Add Makefile / .drone.yml, use go module with vendor (#20) 2019-04-25 20:06:53 +03:00
.gitignore [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
.travis.yml [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
CODE_OF_CONDUCT.md [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
LICENSE Add Makefile / .drone.yml, use go module with vendor (#20) 2019-04-25 20:06:53 +03:00
README.md [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
app.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
appveyor.yml [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
category.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
cli.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
command.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
context.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
docs.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
errors.go Add Makefile / .drone.yml, use go module with vendor (#20) 2019-04-25 20:06:53 +03:00
fish.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_bool.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_bool_t.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_duration.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_float64.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_generic.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_int.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_int64.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_int64_slice.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_int_slice.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_string.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_string_slice.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_uint.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
flag_uint64.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
funcs.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
go.mod [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
go.sum [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
help.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
parse.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
sort.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00
template.go [Vendor] Update urfave/cli v1.20.0 -> v1.22.2 (#84) 2020-01-04 04:45:36 +00:00

cli

Build Status Windows Build Status

GoDoc codebeat Go Report Card codecov

cli is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way.

Usage Documentation

Usage documentation exists for each major version

Installation

Make sure you have a working Go environment. Go version 1.10+ is supported. See the install instructions for Go.

GOPATH

Make sure your PATH includes the $GOPATH/bin directory so your commands can be easily used:

export PATH=$PATH:$GOPATH/bin

Supported platforms

cli is tested against multiple versions of Go on Linux, and against the latest released version of Go on OS X and Windows. For full details, see ./.travis.yml and ./appveyor.yml.

Using v1 releases

$ go get github.com/urfave/cli
...
import (
  "github.com/urfave/cli"
)
...

Using v2 releases

Warning: v2 is in a pre-release state.

$ go get github.com/urfave/cli.v2
...
import (
  "github.com/urfave/cli.v2" // imports as package "cli"
)
...