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

akamensky / argparse
93%
master: 95%

Build:
Build:
LAST BUILD BRANCH: v1
DEFAULT BRANCH: master
Repo Added 06 Oct 2019 02:31PM UTC
Files 6
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

LAST BUILD ON BRANCH v1.2.0
branch: v1.2.0
CHANGE BRANCH
x
Reset
  • v1.2.0
  • add-sonar-analysis
  • file-segfault
  • fix-coverage-reporting
  • fix-coveralls-link
  • fix-godoc-badge
  • fix-subcommand-error-reporting
  • flag-ignores-default-value
  • master
  • remove-sonarcloud
  • update-readme
  • update-travis-yml
  • v1
  • v1.0.0
  • v1.1.0
  • v1.2.1
  • v1.2.2
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.4.0
  • v2

29 Jan 2020 04:57AM UTC coverage: 93.044%. First build
151

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

28 of 28 new or added lines in 3 files covered. (100.0%)

816 of 877 relevant lines covered (93.04%)

39.9 hits per line

Relevant lines Covered
Build:
Build:
877 RELEVANT LINES 816 COVERED LINES
39.9 HITS PER LINE
Source Files on v1.2.0
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
151 v1.2.0 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 argu... push 29 Jan 2020 05:02AM UTC web-flow travis-ci
93.04
See All Builds (156)
  • Repo on GitHub
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

© 2025 Coveralls, Inc