Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
InitConfig 指定のFlagSetにConfigへ値を設定するためのフラグを登録する
Types ¶
type Config ¶
type Config struct { profile.ConfigValue // Profile プロファイル名 Profile string `json:"-"` // DefaultOutputType デフォルトアウトプットタイプ DefaultOutputType string // NoColor ANSIエスケープシーケンスによる色つけを無効化 NoColor bool }
Config CLI全コマンドが利用するフラグ
Click to show internal directories.
Click to hide internal directories.