aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/customflags.go
Commit message (Collapse)AuthorAgeFilesLines
* [release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cliBas van Kervel2016-06-141-1/+1
| | | | (cherry picked from commit 861add3d72bcfc6c6a8976eb82dc3e7b5288883e)
* cmd/utils: fix path expansion on windowsFelix Lange2015-08-061-6/+3
|
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-2/+2
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* bugfix as a result of PR 671Bas van Kervel2015-04-101-4/+3
|
* reformat code with goimportsBas van Kervel2015-04-091-76/+76
|
* Add path expansion support for command line arguments, closes 567Bas van Kervel2015-04-081-0/+133