Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InitCmd = &cobra.Command{
Use: "init",
Short: "Sets up the config",
Long: `Run this command before using HackCLI for the first time.
Paste in your slack cookie, select a theme and other initial settingss.`,
Run: runInit,
}
View Source
var RootCmd = &cobra.Command{ Use: "hackcli", Short: "Opens the app", Long: `Opens a slack-like tui. The provided channel will be opened initially. Defaults to the first channel in the list.`, Run: runRoot, Args: cobra.MaximumNArgs(1), }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.