Documentation
¶
Overview ¶
Package command handles special commands for the interactive shell session.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cd ¶
func Cd(commandParameters []string, currentPath string) (structure.CommandPayload, error)
Cd creates a command payload to change the current working directory.
func Ping ¶
func Ping() structure.CommandPayload
Ping creates a command payload to verify connection with the server.
func Pwd ¶
func Pwd(currentWorkingDirectory string) structure.CommandPayload
Pwd requests the current working directory from the server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.