Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "sst", Short: "SST Command Line Interface", Long: "SST CLI provides commands to interact with SST repositories and datasets.", Run: func(cmd *cobra.Command, args []string) { fmt.Println("Entering SST CLI tool in interactive mode. Type 'q' to quit, 'help' to see available commands.") interactive.StartInteractiveMode() }, }
rootCmd is the main entry point for the CLI
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.