Marco Molteni
|
5943b1ad42
|
README: how to terminate a program when no subcommands are specified
Fixes #103
|
2020-01-23 18:16:28 +01:00 |
Marco Molteni
|
9f5522668a
|
address review comments
|
2020-01-23 16:35:45 +01:00 |
Marco Molteni
|
cfd894f446
|
usage: if the program supports subcommands, mention it
|
2020-01-19 19:40:53 +01:00 |
Marco Molteni
|
33db14a48b
|
parse: fix typo in comment
|
2020-01-19 19:38:19 +01:00 |
Alex Flint
|
ced05bfe8a
|
Merge pull request #96 from Andrew-Morozko/master
Added the "placeholder" tag
|
2019-12-01 01:22:05 -08:00 |
Andrew Morozko
|
9d4521ce8b
|
Final improvements
|
2019-11-30 22:31:08 +03:00 |
Andrew Morozko
|
c49d847704
|
Removed "dataname" tag
|
2019-11-30 00:32:28 +03:00 |
Andrew Morozko
|
c3a019cdb8
|
Various changes
|
2019-11-30 00:22:21 +03:00 |
Andrew Morozko
|
904e039267
|
Added the "dataname" tag
|
2019-11-29 22:33:16 +03:00 |
Alex Flint
|
c0c7a3ba8a
|
Merge pull request #91 from alexflint/defaults
Allow default values in struct tags
|
2019-10-21 23:40:36 -07:00 |
Alex Flint
|
e0fc08f7ad
|
add docs about old way of specifying defaults
|
2019-10-21 23:37:12 -07:00 |
Alex Flint
|
7ac060af18
|
update documentation to new way of specifying defaults
|
2019-10-21 23:13:41 -07:00 |
Alex Flint
|
809e9060d0
|
stop testing with tip on travis
|
2019-10-21 23:06:31 -07:00 |
Alex Flint
|
45d0915afc
|
Remove %w for compatibility with go<1.13
|
2019-10-21 11:42:03 -07:00 |
Alex Flint
|
84e7a764db
|
minor cleanups
|
2019-10-19 23:30:33 -07:00 |
Alex Flint
|
cc768447a7
|
store default values during NewParser
|
2019-10-19 23:23:32 -07:00 |
Alex Flint
|
5d3ebcceee
|
undo changes to go.mod
|
2019-10-08 16:47:31 -07:00 |
Alex Flint
|
0c95297990
|
add support for default values in struct tags
|
2019-10-08 16:39:00 -07:00 |
Alex Flint
|
873f3c2cf4
|
Merge pull request #90 from alexflint/fix-89
Multiple args are terminated by "--"
|
2019-10-05 09:26:10 -07:00 |
Alex Flint
|
233d378a50
|
fix issue 89 (multiple args terminated by "--")
|
2019-10-04 13:18:17 -07:00 |
Alex Flint
|
8baf7040d7
|
Merge pull request #82 from alexflint/subcommand-impl
Add support for subcommands
|
2019-08-06 16:58:46 -07:00 |
Alex Flint
|
11a27074fc
|
test with go 1.12
|
2019-08-06 16:49:02 -07:00 |
Alex Flint
|
e6003d3b6a
|
add subcommands to readme
|
2019-08-06 16:41:50 -07:00 |
Alex Flint
|
9f37d5f600
|
fix typo
|
2019-08-06 16:38:11 -07:00 |
Alex Flint
|
fcdfbc090b
|
fix comment
|
2019-08-06 16:00:13 -07:00 |
Alex Flint
|
990e87d80d
|
no need to initialize nil structs during path traversal
|
2019-05-03 16:32:16 -07:00 |
Alex Flint
|
bd97edec87
|
add Parser.Subcommand and Parser.SubcommandNames
|
2019-05-03 16:08:29 -07:00 |
Alex Flint
|
3c5e61a292
|
simplify Fprint call
|
2019-05-03 15:50:41 -07:00 |
Alex Flint
|
b83047068d
|
print help and usage at subcommand level if necessary
|
2019-05-03 15:49:44 -07:00 |
Alex Flint
|
15bf383f1d
|
add subcommands to usage string
|
2019-05-03 15:02:10 -07:00 |
Alex Flint
|
edd1af4667
|
Merge remote-tracking branch 'origin/master' into subcommand-impl
# Conflicts:
# parse.go
|
2019-05-03 13:16:52 -07:00 |
Alex Flint
|
6de9e789a9
|
Merge pull request #83 from alexflint/tweak-examples
Add expected outputs to all runnable examples
|
2019-05-03 13:14:44 -07:00 |
Alex Flint
|
3392c173d7
|
add expected output for usage example
|
2019-05-03 13:07:12 -07:00 |
Alex Flint
|
e2ce620ee4
|
add expected outputs to all examples
|
2019-05-03 12:56:41 -07:00 |
Alex Flint
|
c6473c4586
|
add tests for nested subcommands and subcommands with positionals
|
2019-05-03 11:21:34 -07:00 |
Alex Flint
|
e55b361498
|
fix error message
|
2019-05-02 09:50:44 -07:00 |
Alex Flint
|
a68d6000b6
|
test use of --version
|
2019-05-02 09:47:39 -07:00 |
Alex Flint
|
93fcb0e87d
|
use backticks rather than backslashes in string literal
|
2019-05-02 09:46:11 -07:00 |
Alex Flint
|
c8c61cf8bb
|
add test for case where environment var is not present
|
2019-05-02 09:44:48 -07:00 |
Alex Flint
|
f2f7bdbbd7
|
add test case for missing value in middle of argument string
|
2019-05-02 09:39:12 -07:00 |
Alex Flint
|
a15b6ad670
|
add test for canParse with TextUnmarshaler
|
2019-05-02 09:32:23 -07:00 |
Alex Flint
|
87be2d9790
|
add unittests for canParse
|
2019-05-02 09:28:17 -07:00 |
Alex Flint
|
5b649de043
|
test no such subcommand
|
2019-05-02 09:16:33 -07:00 |
Alex Flint
|
237c5e2b23
|
Merge remote-tracking branch 'origin/master' into subcommand-impl
|
2019-04-30 13:54:49 -07:00 |
Alex Flint
|
fb1ae1c3e0
|
Merge pull request #81 from alexflint/subcommands
small refactor to validation
|
2019-04-30 13:54:40 -07:00 |
Alex Flint
|
15b9bcfbb4
|
add several subcommand unittests
|
2019-04-30 13:53:14 -07:00 |
Alex Flint
|
39decf197f
|
add several subcommand unittests
|
2019-04-30 13:49:55 -07:00 |
Alex Flint
|
a78c6ded26
|
set subcommand structs to be struct pointers
|
2019-04-30 13:40:45 -07:00 |
Alex Flint
|
af12b7cfc2
|
introduced path struct
|
2019-04-30 13:30:23 -07:00 |
Alex Flint
|
6a796e2c41
|
add first two subcommand tests
|
2019-04-30 12:54:39 -07:00 |