37 Commits (15a051e65a39edbae849907be6f6d7f08e37101b)

Author SHA1 Message Date
Vladislav Mitov 0b665e6170 Add PathFlag
7 years ago
Dan Buch a61867e5e6
Merge remote-tracking branch 'origin/v1' into merging-from-v1
7 years ago
Jesse Szwedko e87dfbb6bb altsrc: Support slices for TOML
8 years ago
Jesse Szwedko f8347a97c6 Fix altsrc slice inputs so that they correctly parse
8 years ago
Antonio Fdez f1be59ff3d added comment to windows filePath check
8 years ago
Antonio Fdez 341ca93b01 fix imports
8 years ago
Antonio Fdez 7b912d9f8f allow to load YAML configuration files on Windows
8 years ago
Jesse Szwedko d71794de19 Make ApplyWithError a public method on errorableFlag
8 years ago
Jesse Szwedko a00c3f5872 Consider empty environment variables as set
8 years ago
Jake Champlin b93207160f
Update altsrc imports to gopkg.in
8 years ago
Jake Champlin c75c862386
Fix import paths in altsrc
8 years ago
Dan Buch 81c242dda6
Merge remote-tracking branch 'origin/master' into merging-from-v1
8 years ago
kandayasu 36b7d89bed Fix typo
8 years ago
kandayasu 812de9e250 type "TomlMap" to private (rename TomlMap -> tomlMap)
8 years ago
Yasuhiro KANDA 3fc3cd6485 Add TOML config file loader
8 years ago
Dan Buch f7b2b93ffa
Merge remote-tracking branch 'origin/v1' into merging-from-v1
8 years ago
Dan Buch c3b03b8437
Adding flag type generation for altsrc
8 years ago
John Weldon 91563b8ff0 Add JSON InputSource to altsrc package
8 years ago
Dan Buch df685fbacc
Remove `NewApp` initializer
8 years ago
Dan Buch 9b16216c07
Merge remote-tracking branch 'origin/v2' into minimize-struct-copying
8 years ago
Dan Buch 6d6f7da978
Merging from master/v1
8 years ago
Jesse Szwedko 024b4c6240 Update references to codegangsta to urfave (new org name)
8 years ago
Dan Buch cd10b49473
Minimize struct copying
8 years ago
Dan Buch 81fcf706ea
Replace all "stringly typed" fields with slice equivalents
8 years ago
Dan Buch f2d5ed9933
Replace BoolTFlag type with BoolFlag.Value
8 years ago
Dan Buch bef835d455
Remove all Context.Global* methods
8 years ago
Dan Buch a1e5328e30
Merge remote-tracking branch 'origin/master' into string-slice-flag-default-160
9 years ago
Dan Buch fed78b8bab
Rework of hidden flag impl plus some Action func corrections
9 years ago
Dan Buch 15d4455a61 Merge pull request #365 from roboll/nested-flags
9 years ago
Dan Buch 1fb52b3bce
Merge remote-tracking branch 'origin/master' into string-slice-flag-default-160
9 years ago
rob boll 36a5323a47 altsrc: allow nested defaults in yaml files
9 years ago
Dan Buch b7329f4968
Switch from multi-return with exit codes to ExitCoder check
9 years ago
Dan Buch a17c8cf1d8
Rename func type suffixes `Fn`->`Func` and add `OnUsageErrorFunc`
9 years ago
Dan Buch 10c8309d84
Merge branch 'develop' of https://github.com/txgruppi/cli into txgruppi-develop
9 years ago
Dan Buch 867aa0912d Overwrite slice flag defaults when set
9 years ago
Yasuhiro KANDA ad7ed77a7e Fix yaml file loader
9 years ago
chrisprobinson d3b02e41b0 Update to add build contraints to not compile in yaml support
9 years ago