Documentation
¶
Index ¶
Constants ¶
View Source
const ( MacroDir = "macro" ConfigDir = ".wsget" HistoryFilename = ConfigDir + "/history" HistoryCmdFilename = ConfigDir + "/cmd_history" ConfigDirMode = 0o755 )
Variables ¶
This section is empty.
Functions ¶
func InitCommands ¶
InitCommands initializes and returns a new cobra.Command for the wsget tool. It takes a version string which sets the version of the command. It returns a pointer to a cobra.Command configured with various flags for interacting with WebSocket servers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.