Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v0.5.0
toolsmith
Browse files
Aug 04, 2019
chore(release): 0.5.0
· b75a82ab
AdrianT
authored
Aug 04, 2019
View commits for tag v0.5.0
v0.5.0
b75a82ab
tweak!: Collapsed Option and OptionSet into a single class.
· d3134d25
AdrianT
authored
Aug 04, 2019
d3134d25
tweak!: Collapsed Variable and VariableSet into a single class.
· 468d08de
AdrianT
authored
Aug 04, 2019
468d08de
tweak!: Collapsed Parameter and ParameterSet into a single class.
· 63171c41
AdrianT
authored
Aug 04, 2019
63171c41
Jul 28, 2019
docs: Added the beginnings of some API documentation.
· 603a39e5
AdrianT
authored
Jul 28, 2019
603a39e5
feat: Added support for using '--' to terminate argument parsing.
· 1e9da9f0
AdrianT
authored
Jul 28, 2019
1e9da9f0
fix: Added missing length contraints for long and short options.
· 803d86c1
AdrianT
authored
Jul 28, 2019
803d86c1
Jul 25, 2019
chore(release): 0.4.0
· 80f46104
AdrianT
authored
Jul 26, 2019
View commits for tag v0.4.0
v0.4.0
80f46104
feat: Added support for collecting environment variables.
· 4be42d5e
AdrianT
authored
Jul 26, 2019
4be42d5e
tweak!: Moved collected arguments and options inside context object.
· bb0968bf
AdrianT
authored
Jul 26, 2019
bb0968bf
fix: Fixed type checking on optional parameters allowing falsy values.
· 1fd460cb
AdrianT
authored
Jul 26, 2019
1fd460cb
feat: Added support for repeatable options.
· a5f3bf6e
AdrianT
authored
Jul 25, 2019
a5f3bf6e
tweak!: Renamed 'multiple' option to 'variadic'.
· b26635f6
AdrianT
authored
Jul 25, 2019
b26635f6
tweak!: Renamed 'global' option to 'inherit' and removed it as a discrete function parameter.
· 6aa78bec
AdrianT
authored
Jul 25, 2019
6aa78bec
chore(docs): Added some more package keywords.
· 8cf46d55
AdrianT
authored
Jul 25, 2019
8cf46d55
chore(docs): Added conventional commits badge to README; reordered existing badges.
· 1e3490a9
AdrianT
authored
Jul 25, 2019
1e3490a9
Jul 24, 2019
chore(release): 0.3.0
· 332931d8
AdrianT
authored
Jul 24, 2019
View commits for tag v0.3.0
v0.3.0
332931d8
feat: Added convenience function for installing subcommands and middleware via require.
· 21e872a9
AdrianT
authored
Jul 24, 2019
21e872a9
feat!: Error logging functions now accept printf-style format strings.
· 36980f9c
AdrianT
authored
Jul 24, 2019
36980f9c
tweak!: Removed support for custom stdout handling; auto-help now prints to console.log directly.
· 36722cad
AdrianT
authored
Jul 24, 2019
36722cad
chore(tidy): Removed remaining instances of double-quotes.
· 2ee44152
AdrianT
authored
Jul 24, 2019
2ee44152
tweak: Error messages are now prefixed with the base command name.
· 4e731f09
AdrianT
authored
Jul 24, 2019
4e731f09
Jul 23, 2019
chore(docs): Fixed changelog weirdness.
· b0ebaf10
AdrianT
authored
Jul 24, 2019
b0ebaf10
chore(release): 0.2.0
· 5b40e0f0
AdrianT
authored
Jul 24, 2019
View commits for tag v0.2.0
v0.2.0
5b40e0f0
feat: Middleware functions can now be installed to run before command handlers.
· c3a0ae14
AdrianT
authored
Jul 24, 2019
c3a0ae14
tweak!: A single context object is now used to represent a command chain.
· 56301748
AdrianT
authored
Jul 24, 2019
56301748
tweak: Call parent command handler if no subcommand is specified.
· dc98df8a
AdrianT
authored
Jul 23, 2019
dc98df8a
Jul 22, 2019
tweak: Usage errors now offer the '--help' flag instead of just dumping a usage string.
· f41736f4
AdrianT
authored
Jul 23, 2019
f41736f4
chore(build): Added versionrc.
· ec179579
AdrianT
authored
Jul 23, 2019
ec179579
tweak: Added missing '-' and '--' to option error messages.
· ed26f6d5
AdrianT
authored
Jul 23, 2019
ed26f6d5
tweak: Show full sub-command paths in help output.
· a95a56eb
AdrianT
authored
Jul 22, 2019
a95a56eb
chore(deps): Updated dependencies.
· 3584aa2c
AdrianT
authored
Jul 22, 2019
3584aa2c
Initial commit.
· 5d8657ed
AdrianT
authored
Jul 22, 2019
View commits for tag v0.1.1
v0.1.1
5d8657ed
Loading