cmd

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2025 License: MIT Imports: 6 Imported by: 0

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

func Execute

func Execute()

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL