package
0.0.0-20200610224921-d007fcea1740
Repository: https://github.com/n00py/slackor.git
Documentation: pkg.go.dev

# Functions

GetCommand returns the command with the given name or nil if it hasn't been registered or otherwise doesn't exist.
RegisterCommand registers a command for use by the implant.

# Interfaces

The Command interface provides a common interface for commands, simplifying the process of providing cross-platform and OS-specific commands.