次の方法で共有


RunCommandParameterDefinition interface

run コマンド パラメーターのプロパティについて説明します。

プロパティ

defaultValue

run コマンド パラメーターの既定値。

name

run コマンド のパラメーター名。

required

run コマンド パラメーターが必要です。

type

run コマンド パラメーターの型。

プロパティの詳細

defaultValue

run コマンド パラメーターの既定値。

defaultValue?: string

プロパティ値

string

name

run コマンド のパラメーター名。

name: string

プロパティ値

string

required

run コマンド パラメーターが必要です。

required?: boolean

プロパティ値

boolean

type

run コマンド パラメーターの型。

type: string

プロパティ値

string