Commit Graph

12 Commits

Author SHA1 Message Date
75e4ee69e9
Porting remainder of #796 2022-04-22 15:01:40 -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
45eecb1d94
Merge pull request #1264 from dearchap/cleanup_context
Cleanup context.go
2021-04-24 12:02:16 -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
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
Vinicius Schettino
7ecfd216b1 Verify whether there is a Value before overriding 2020-07-11 15:54:46 -03:00
Dmitry Kutakov
8c28ae347a
refactor flag names - make it more explicitly
avoid the using 'reflect' package while getting flag names
2019-12-29 08:58:12 +01:00
Martin Lees
c62d7736ea fmt 2019-12-12 17:31:41 +01:00
Martin Lees
06eb576eaa Review fixes 2019-12-12 17:31:20 +01:00
Martin Lees
31c19a8ef3 timestamp flag 2019-12-09 11:50:47 +01:00