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

Function printUsage

git-p4.py:4545–4551  ·  view source on GitHub ↗
(commands)

Source from the content-addressed store, hash-verified

4543
4544
4545def printUsage(commands):
4546 print("usage: %s <command> [options]" % sys.argv[0])
4547 print("")
4548 print("valid commands: %s" % ", ".join(commands))
4549 print("")
4550 print("Try %s <command> --help for command specific help." % sys.argv[0])
4551 print("")
4552
4553
4554commands = {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected