idmtools.entities.command_line module

class idmtools.entities.command_line.CommandLine(executable=None, *args, **kwargs)

Bases: object

A class to construct command line strings from executable, options, and params

property executable
add_argument(arg)
add_option(option, value)
property options
property arguments
property cmd