• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

akamensky / argparse / 150
95%

Build:
DEFAULT BRANCH: master
Ran 29 Jan 2020 04:59AM UTC
Jobs 1
Files 5
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Jan 2020 04:57AM UTC coverage: 93.044% (+1.2%) from 91.801%
150

push

travis-ci

web-flow
Custom help (#50)

* Finishes addressing issue #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 #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

816 of 877 relevant lines covered (93.04%)

39.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 150.1 29 Jan 2020 04:59AM UTC 0
93.04
Travis Job 150.1
Source Files on build 150
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #150
  • 6876ef20 on github
  • Prev Build on master (#147)
  • Next Build on master (#153)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc