Documentation
¶
Overview ¶
Package cmd
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func NewCompletionCommand ¶
NewCompletionCommand Creates new Completion cobra.Command
func NewConfigCommand ¶
func NewPrefixCommand ¶
NewPrefixCommand creates the `devenv prefix` commands
func NewSdkCommand ¶
NewSdkCommand creates the `devenv sdk` commands
func NewSdkManCommand ¶
NewSdkManCommand creates the sdkman command
func NewSdkManListCommand ¶ added in v0.7.0
NewSdkManCommand creates the sdkman command
Types ¶
type OutputFormat ¶ added in v0.7.0
type OutputFormat string
const ( Text OutputFormat = "text" Table OutputFormat = "table" )
Click to show internal directories.
Click to hide internal directories.