Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommandLoadProfile

Command profile loader internal parameters. Indicates the profile to be loaded (by name) and other options/control parameters.

export
interface

ICommandLoadProfile

Hierarchy

  • ICommandLoadProfile

Index

Properties

loadDefault

loadDefault: boolean

Load the default profile for the group. If this option is specified, name is ignored.

memberof

ICommandLoadProfile

name

name: string

The name of the profile to load for the type specified.

memberof

ICommandLoadProfile

optional

optional: boolean

Indicates that a failure to load this profile is not a problem.

memberof

ICommandLoadProfile

type

type: string

The type of the profile to load.

memberof

ICommandLoadProfile

userSpecified

userSpecified: boolean

Indicates that the user specifically named this profile to be loaded (not a default, etc.)

memberof

ICommandLoadProfile

Generated using TypeDoc