convert

Command line interface for converting analysis-table output.

Summary

Classes:

ConvertCLI

Convert analysis-table output files.

Functions:

main

Run the standalone analysis-table converter CLI.

Reference

class ConvertCLI[source]

Bases: CLIBase

Convert analysis-table output files.

classmethod add_arguments(
parser: _ArgumentParser,
) None[source]

Add converter arguments to a parser.

classmethod program_name() str[source]

Return the pqanalysis subcommand name.

classmethod run(args) None[source]

Run the requested conversions.

main()[source]

Run the standalone analysis-table converter CLI.