Skip to content

Tags: pythonhacker/argparse

Tags

v1.3.2

Toggle v1.3.2's commit message
ref issue akamensky#94 - Updated module name

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add helper method to check if file descriptor has been initialized wi…

…th data (akamensky#89)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Arg can return the result pointer (akamensky#84)

* Arg interface can return result pointer

* Arg interface can return result pointer

* Add examples & documentation

* add docstring

Co-authored-by: verburgs <joshua.verburg-sachs@hpe.com>
Co-authored-by: vsachs <vsachs@hpe.com>

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
sub-command-help (akamensky#72)

* Saving

* Saving

* Updated to use help first in subcommands

* Updated tests for more coverage

* More testing updates

* Updated tests

Co-authored-by: jackh <jackh@pop-os.localdomain>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add a boolean flag to message2string which indicates if the result st…

…ring is ready to be returned + add tests (akamensky#60)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Custom help (akamensky#50)

* Finishes addressing issue akamensky#29

Adds a Settings struct for creating parsers/commands with
NewParserWithSettings or NewCommandWithSettings.

Settings
	HelpDisabled -	defaults false, set true to not generate a help
			argument for parser/command
	HelpSname -	short name for the parser/command help argument.
			Can be left empty
	HelpLname -	long name for the parser/command help argument.
			Leaving empty forces use of -h/--help when
			HelpDisabled is false
	NoExitOnHelp -	defaults false, set true to not exit on help
			argument being parsed

Should resolve all outstanding help argument issues.

* Finishing Issue akamensky#29

Fixed merge conflict error due to check function return type change confusion.

* Updated Settings Object to multiple function calls

Added functions:
	DisableHelp
	SetHelp
	ExitOnHelp

Added Command.exitOnHelp

Added more tests to increase code coverage

* Updated no help example

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix coveralls link (akamensky#49)

v1.0.0

Toggle v1.0.0's commit message
Move to go modules