Discover Packages
github.com/jaronnie/ragingcd/core
cmd
package
Version:
v0.0.0-...-730a8a9
Opens a new window with list of versions in this module.
Published: Jan 23, 2024
License: Unlicense
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
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.
type MessageData struct {
MessageType int `json:"-"`
Op Op
Data string
Rows int
Cols int
}
const (
Ping = "ping\r"
Stdin Op = "stdin"
Stdout Op = "stdout"
Close Op = "close"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.