Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProfileCmd = &cobra.Command{ Use: "profile [use_profile]", Short: "see current profile or set profile to use", Long: `See the current profile that is set, or set what profile to use.`, Args: cobra.MaximumNArgs(1), ValidArgsFunction: profileCmdValidArgsFunc, Run: profileFunc, }
ProfileCmd represents the profile command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.