Lines Matching refs:command
31 command, sep, rest = line.partition(':')
32 command = command.strip()
33 is_option = command.startswith('-')
36 commands.append(command)
37 output_line.append('<a href="#' + cgi.escape(command) + '">')
38 output_line.append(cgi.escape(command))
48 def ParseCommand(command, out):
56 output.append('<h3><a name="' + cgi.escape(command) + '">' +
98 for command in commands:
99 output += ParseCommand(command, GetOutput('help', command))