buildtest.cli.help

Module Contents

Functions

print_build_help()

This method will print help message for command buildtest help build

print_buildspec_help()

This method will print help message for command buildtest help buildspec

print_config_help()

This method will print help message for command buildtest help config

print_inspect_help()

This method will print help message for command buildtest help inspect

print_report_help()

This method will print help message for command buildtest help report

print_history_help()

This method will print help message for command buildtest help history

print_cdash_help()

This method will print help message for command buildtest help cdash

print_schema_help()

This method will print help message for command buildtest help schema

print_stylecheck_help()

This method will print help message for command buildtest help stylecheck

print_unittests_help()

This method will print help message for command buildtest help unittests

print_path_help()

This method will print help message for command buildtest help schema

buildtest_help(command)

Entry point for buildtest help which display a summary of how to use buildtest commands

buildtest.cli.help.print_build_help()[source]

This method will print help message for command buildtest help build

buildtest.cli.help.print_buildspec_help()[source]

This method will print help message for command buildtest help buildspec

buildtest.cli.help.print_config_help()[source]

This method will print help message for command buildtest help config

buildtest.cli.help.print_inspect_help()[source]

This method will print help message for command buildtest help inspect

buildtest.cli.help.print_report_help()[source]

This method will print help message for command buildtest help report

buildtest.cli.help.print_history_help()[source]

This method will print help message for command buildtest help history

buildtest.cli.help.print_cdash_help()[source]

This method will print help message for command buildtest help cdash

buildtest.cli.help.print_schema_help()[source]

This method will print help message for command buildtest help schema

buildtest.cli.help.print_stylecheck_help()[source]

This method will print help message for command buildtest help stylecheck

buildtest.cli.help.print_unittests_help()[source]

This method will print help message for command buildtest help unittests

buildtest.cli.help.print_path_help()[source]

This method will print help message for command buildtest help schema

buildtest.cli.help.buildtest_help(command)[source]

Entry point for buildtest help which display a summary of how to use buildtest commands

Parameters

command (str) – Name of buildtest command specified by buildtest help <command>