Commit Graph

2104 Commits

Author SHA1 Message Date
Mritunjay Kumar Sharma
9afa0745ed
docs: Added some deprecated parts in migrating to v2 (#1319)
Co-authored-by: Robert Liebowitz <rliebz@gmail.com>
2021-12-30 07:17:48 -05:00
Tom Limoncelli
56bfa4be20
DOCS: Replace deprecated functions (#1317) 2021-12-30 06:43:21 -05:00
William Wilson
e8d8173889
Make test case compatible with Go 1.17 (#1299)
* Make test case compatible with Go 1.17

* tweak test case to bring coverage back up
2021-12-05 14:56:34 -05:00
John Olheiser
12b7dfd08c
Remove extraneous line from generated markdown (#1311)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-11-06 07:37:42 -04:00
JayCeeJr
1259f1efc9
Unnecessary words (#1304)
It is unclear what `as the default` means.

Much more concise to remove it.
2021-09-15 23:16:31 -04:00
Robert Liebowitz
67d7f9403d
Remove stalebot (#1300) 2021-09-09 05:31:46 -04:00
Ally Dale
58d113dd73
fix #1239: slice flag value don't append to default values from ENV or file (#1240)
* fix #1239: slice flag value don't append to default values from ENV or file

* remove test code
2021-07-06 20:33:01 -04:00
Link Dupont
6373f5bf65
feat(docs): Include Description and UsageText in docs output (#1287)
Include Description as part of the DESCRIPTION section, and put UsageText (if it is non-zero) into the Usage subsection.
2021-07-06 20:20:47 -04:00
Ashwani
b5d4a04c7f
Resolved a grammatical error (#1281) 2021-06-13 09:36:57 -04:00
Derek Smith
443c6a54a8
fix(UsageText): consistent indent for help UsageText output (#1279)
Signed-off-by: Derek Smith <dsmith@goodwaygroup.com>
2021-06-03 19:19:19 -04:00
Derek Smith
581b769cf3
feat(docs): add UsageText to docs output for markdown and man page generation (#1171)
* feat(docs): add UsageText to docs output for markdown and man page generation

* feat(docs): updated tests, DRYd up code, cleaned up string logic

* fix(lint): fixed go1.15 lint errors
2021-05-20 21:04:51 -04:00
Naveen Gogineni
6936697647 Change min binary size 2021-04-28 21:00:51 -04:00
Naveen Gogineni
7cd7ff7dd5 Remove reflect from flag_test 2021-04-28 20:50:29 -04:00
Naveen Gogineni
50c71ed517 Remove reflect calls for doc generation 2021-04-28 20:50:29 -04:00
Robert Liebowitz
e79ceb69ff
Merge pull request #1258 from dearchap/visible_interface
Fix(issue #631). Remove reflect calls for Hidden field
2021-04-24 13:10:52 -04:00
Robert Liebowitz
75602a4cfe
Merge pull request #1236 from vipally/ally_fix_default_val
bug fix #1235 : default value changes with parsed values on slice flags
2021-04-24 13:02:59 -04:00
Robert Liebowitz
ab52d6f3a9 Merge branch 'master' into ally_fix_default_val 2021-04-24 12:59:13 -04:00
Robert Liebowitz
b1a2d969f8
Merge pull request #1270 from rliebz/no-cov-token
Update GitHub action
2021-04-24 12:44:33 -04:00
Robert Liebowitz
80ba835e26 Update GitHub action
Bump go version to 1.16 and drop the codecov token, which is now
documented as not required for public repositories.
2021-04-24 12:33:29 -04:00
Robert Liebowitz
b7da09a687
Merge pull request #1255 from cpacifying/master
UsageText to be passed from Command to App in startApp
2021-04-24 12:02:48 -04:00
Robert Liebowitz
45eecb1d94
Merge pull request #1264 from dearchap/cleanup_context
Cleanup context.go
2021-04-24 12:02:16 -04:00
Robert Liebowitz
45952a7d1b
Merge pull request #1251 from davidsbond/timestamp-destination
Add Destination field to TimestampFlag
2021-04-08 19:27:29 -04:00
Naveen Gogineni
07e1fdf17d Cleanup context.go 2021-04-05 07:57:41 -04:00
Naveen Gogineni
df595c0d85 Fix(issue #631). Remove reflect calls for Hidden field 2021-03-25 20:45:30 -04:00
cpacifying
9433f216ff
UsageText to be passed from Command to App in startApp 2021-03-15 17:03:22 +02:00
David Bond
f2bed637fd
Add Destination field to TimestampFlag
Adds a `Destination` field for the `TimestampFlag` type that allows you to specify a pointer to
a `Timestamp` rather than having to grab the `Timestamp` from the `cli.Context` using the flag
name.
2021-03-07 03:36:56 +00:00
lynn (they)
13ded1e7c4
Merge pull request #1229 from urfave/lynncyrin-patch-1
Don't let stale bot close "help wanted" issues
2021-02-26 15:11:14 -08:00
Ally Dale
06f6815b8d revert docs/v2/manual.md 2021-02-08 22:41:34 +08:00
Ally Dale
ef9430e77e fix #1238: accept multi-value input on sclice flags 2021-02-08 20:10:28 +08:00
AllyDale
c98b85d392 bug fix #1235 : default value changes with parsed values on slice flags 2021-02-05 15:16:50 +08:00
Robert Liebowitz
92d77844fe
Merge pull request #1232 from corburn/patch-2
remove repeated comment
2021-01-30 10:00:09 -05:00
Jason Travis
1985ecfdc0
remove repeated comment 2021-01-29 12:10:44 -07:00
Robert Liebowitz
5378891c91
Merge pull request #1210 from jcgregorio/fix-context-value
Fix Context.Value.
2021-01-28 23:22:21 -05:00
Robert Liebowitz
795a8adacb
Merge pull request #1208 from Madhur1997/master
Display `(accepts multiple inputs)` in the help description for Slice flags.
2021-01-28 23:20:42 -05:00
Robert Liebowitz
498b50b3e1
Merge pull request #1214 from anicoll/flag_lineage_fix
fix for parent context not setting child flags
2021-01-28 23:16:40 -05:00
lynn (they)
e1a74460d4
Merge pull request #1227 from nmi/fix_man_section
make the man page section selectable
2021-01-28 13:33:44 -08:00
lynn (they)
de20a55d0e
Merge pull request #1228 from zwass/patch-1
Link to godoc for v2
2021-01-28 13:33:34 -08:00
Joe Gregorio
d56c85cef5 Add test for the else path. 2021-01-28 14:35:55 -05:00
Joe Gregorio
b8debb6845 Fix Context.Value.
Before this change the added test would crash on a nil
pointer dereference because the original code would
only look in the local fileSet and not across all
the fileSets.
2021-01-28 14:35:55 -05:00
Madhur batra
e73d6e133d Merge branch 'master' of https://github.com/urfave/cli 2021-01-28 10:47:45 +05:30
Nobuhiro MIKI
ed2ee4bc4a make the man page section selectable
Signed-off-by: Nobuhiro MIKI <nob@bobuhiro11.net>
2021-01-28 09:39:26 +09:00
Zach Wasserman
797d5a8d46
Link directly to pkg.go.dev 2021-01-27 16:10:42 -08:00
Andrew Nicoll
06e7bdec34 add test for nil 2021-01-27 18:41:52 +00:00
lynn (they)
c3ebeaee7b
Update stale.yml 2021-01-27 10:37:40 -08:00
Zach Wasserman
a7dc35be5b
Link to godoc for v2
This is consistent with the default tag for the repository.
2021-01-27 09:29:24 -08:00
lynn (they)
44ec98527e
Merge pull request #1225 from Coderlane/command_reader
fix: Propagate App.Reader to subcommands
2021-01-25 10:08:46 -08:00
lynn (they)
8fb96e61af
Merge pull request #1226 from Coderlane/doc_command
fix: Fixup runnable example input arguments
2021-01-25 10:05:16 -08:00
Travis Lane
1f380b0733
fix: Fixup runnable example input arguments
This command has no name, so drop the `test-cmd` in `args`.
2021-01-24 20:54:48 -05:00
Travis Lane
17032bc33c
fix: Propagate App.Reader to subcommands
This change copies the `Reader` set in `App` to the new `App` created for
subcommands. I've also added a basic test to demonstrate the issue.
2021-01-24 19:49:13 -05:00
Madhur batra
fc1d3eb8da Merge branch 'master' of https://github.com/urfave/cli 2021-01-06 17:21:48 +05:30