773 Commits (347a9884a87374d000eec7e6445a34487c1f4a2b)
 

Author SHA1 Message Date
Dan Buch d86a009f5e Merge pull request #556 from urfave/use-assertions-over-reflection
8 years ago
Jesse Szwedko b377b5d9e9 Use type assertions rather than reflection to determine how to call the `Action`
8 years ago
Jesse Szwedko 3eb41f1bb1 Merge pull request #547 from urfave/default-writer
8 years ago
Jesse Szwedko 61db37e7ae Merge branch 'master' into default-writer
8 years ago
Jesse Szwedko f614c177b7 Merge pull request #543 from wking/app-description
8 years ago
Jesse Szwedko b803494208 Merge pull request #542 from mhmxs/patch-1
8 years ago
Richard Kovacs 668cf38bbe Merge branch 'master' into patch-1
8 years ago
W. Trevor King 3c2bce5807 help: Cleanup AppHelpTemplate trailing whitespace
8 years ago
W. Trevor King 0c143a2a26 app: Fix trailing space for Author.String()
8 years ago
Jesse Szwedko 6f2647a880 Merge pull request #544 from runcom/sort-flags
8 years ago
Jesse Szwedko 64fcd51526 Merge branch 'master' into sort-flags
8 years ago
Jesse Szwedko 3f4989051e Merge pull request #550 from runcom/test-go-1-7
8 years ago
Antonio Murdaca d913b71c72
.travis.yml: add go 1.7.x
8 years ago
Antonio Murdaca c516bce8f1
flags: provide a type to sort flags
8 years ago
Richard Kovacs 4cc2bad36e Display error instead of just say command is incorrect
8 years ago
Jesse Szwedko 508a23430b Default app.Writer to os.Stdout
8 years ago
W. Trevor King c4a46a7df2 app: Add App.Description
8 years ago
Jesse Szwedko 55f715e28c Merge pull request #541 from dotCipher/patch-1
8 years ago
Cody Moore 6c2c80959b Typo in comments
8 years ago
HIROSE Masaaki ce42837702 Call HandleExitCoder for all members of MultiError.Errors
8 years ago
Jesse Szwedko d53eb99165 Merge pull request #531 from keloyang/SkipFlagParsing-SkipArgReorder-bugfix
8 years ago
Shukui Yang 5d108a4435 bug fix when SkipFlagParsing is false and SkipArgReorder is true
8 years ago
Jesse Szwedko 61f519fe5e Merge pull request #528 from urfave/backport-no-arg-reordering
8 years ago
Frances Bar 3df4b71842 Backport no argument reordering as an option
8 years ago
Dan Buch 86b8c43eaf Merge pull request #521 from urfave/update-wording-around-gopkgin
8 years ago
Dan Buch b425397570 Merge branch 'master' into update-wording-around-gopkgin
8 years ago
Dan Buch bf7166a9d7 Merge pull request #527 from urfave/dereference-flag-pointers
8 years ago
Jesse Szwedko e7b1833f53 Dereference `Flag`s if they are pointers
8 years ago
Dan Buch c723b19a84 Merge pull request #522 from nthnca/typo
8 years ago
Nathan Bullock 76164d6e36 Fix typo in README
8 years ago
Jesse Szwedko 4b62cb6b33 Update wording around gopkg.in pinning to be more accurate
8 years ago
Jesse Szwedko df95e0708f Manually set import in altsrc flag generation
8 years ago
Jesse Szwedko 33bb4c1213 Merge pull request #511 from grubernaut/f-update-altsrc-import-v1
8 years ago
Jake Champlin c75c862386
Fix import paths in altsrc
8 years ago
Dan Buch 05fe449c81 Merge pull request #508 from urfave/remove-end-user-deprecation-warnings
8 years ago
Dan Buch 2506863832 Merge branch 'master' into remove-end-user-deprecation-warnings
8 years ago
Dan Buch 207bb61852 Merge pull request #510 from urfave/skip-gfmrun-below-go1.3
8 years ago
Dan Buch c0cf41eb54
Skip gfmrun installation and tests below go1.3
8 years ago
Jesse Szwedko a5ca09a934 fixup! remove the possiblity of end-user's seeing deprecation warnings
8 years ago
Jesse Szwedko 8e6aa34a12 remove the possiblity of end-user's seeing deprecation warnings
8 years ago
Jesse Szwedko 168c95418e Ensure that EnvVar struct field exists before interrogating it
8 years ago
Dan Buch d60469024a Merge pull request #502 from urfave/fix-is-set-for-env
8 years ago
Jesse Szwedko 6c1f51aa95 Fix context.(Global)IsSet to respect environment variables
8 years ago
Jesse Szwedko b616f60886 Note TOML support in README and CHANGELOG
8 years ago
Jesse Szwedko a71fcd8f23 Merge pull request #491 from ykanda/toml-support
8 years ago
kandayasu af0ac0f1f3 Merge branch 'master' into toml-support
8 years ago
Jesse Szwedko d9021faab6 Merge pull request #500 from npcode/readme-remove-v
8 years ago
kandayasu 36b7d89bed Fix typo
8 years ago
kandayasu 812de9e250 type "TomlMap" to private (rename TomlMap -> tomlMap)
8 years ago
Yi EungJun c59ec842c1 README: Remove unnecessary 'v' from version numbers
8 years ago