plugeth/build
willian.eth 52ed3570c4
cmd: migrate to urfave/cli/v2 (#24751)
This change updates our urfave/cli dependency to the v2 branch of the library.
There are some Go API changes in cli v2:

- Flag values can now be accessed using the methods ctx.Bool,
  ctx.Int, ctx.String, ... regardless of whether the flag is 'local' or
  'global'.

- v2 has built-in support for flag categories. Our home-grown category
  system is removed and the categories of flags are assigned as part of
  the flag definition.

For users, there is only one observable difference with cli v2: flags must now
strictly appear before regular arguments. For example, the following command is
now invalid:

   geth account import mykey.json --password file.txt

Instead, the command must be invoked as follows:

   geth account import --password file.txt mykey.json
2022-06-27 18:22:36 +02:00
..
bot build/bot: create .ssh directory in ppa-build.sh (#24922) 2022-05-20 17:25:17 +02:00
deb/ethereum cmd: migrate to urfave/cli/v2 (#24751) 2022-06-27 18:22:36 +02:00
tools all: use 'embed' instead of go-bindata (#24744) 2022-04-25 11:15:14 +02:00
checksums.txt build: upgrade -dlgo version to Go 1.18.1 (#24689) 2022-04-14 08:45:04 +03:00
ci-notes.md travis, build, internal: use own Go bundle for PPA builds (#20240) 2019-11-05 15:32:42 +02:00
ci.go cmd: migrate to urfave/cli/v2 (#24751) 2022-06-27 18:22:36 +02:00
goimports.sh build: make build/goimports.sh more potable 2018-06-26 22:04:27 +09:00
mvn.pom build: iOS XCode framework build and upload 2016-11-14 17:56:58 +02:00
mvn.settings travis, build: further maven and gpg refinements 2016-11-15 10:25:51 +02:00
nsis.envvarupdate.nsh build: fix windows installer build for NSIS v3.05 (#22821) 2021-05-05 12:19:51 +02:00
nsis.geth.nsi build: safe update of PATH on Windows (#3419) 2016-12-11 00:01:57 +01:00
nsis.install.nsh build: fix CLI params for windows LNK files (#21055) 2020-05-11 10:05:37 +03:00
nsis.pathupdate.nsh build: safe update of PATH on Windows (#3419) 2016-12-11 00:01:57 +01:00
nsis.simplefc.dll build: NSIS based Windows installer (#3240) 2016-11-08 22:55:39 +01:00
nsis.simplefc.source.zip build: NSIS based Windows installer (#3240) 2016-11-08 22:55:39 +01:00
nsis.uninstall.nsh build: safe update of PATH on Windows (#3419) 2016-12-11 00:01:57 +01:00
pod.podspec build: use single CocoaPods package, pre-release dev builds 2016-11-28 13:09:43 +02:00
travis_keepalive.sh travis.yml: add race detector job for Swarm (#19148) 2019-02-22 14:20:21 +01:00
update-license.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00