MCPcopy Create free account
hub / github.com/git/git / HelpFormatter

Class HelpFormatter

git-p4.py:4534–4542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4532
4533
4534class HelpFormatter(optparse.IndentedHelpFormatter):
4535 def __init__(self):
4536 optparse.IndentedHelpFormatter.__init__(self)
4537
4538 def format_description(self, description):
4539 if description:
4540 return description + "\n"
4541 else:
4542 return ""
4543
4544
4545def printUsage(commands):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected