Skip to content

CommandLineOption

QuantConnect.Configuration.CommandLineOption

CommandLineOption(
    name: str, type: Any, description: str = ...
)

Bases: Object

Auxiliary class to keep information about a specific command line option

Command line option contructor

type

type: Any

Command line option type

description

description: str

Command line option description

name

name: str

Command line option name