# Functions
ParseArgs parses key value pairs from the passed annotations map, adds any overrides passed and returns a new args map.
ParseCommand returns a Command from annotations storing a single command in json format.
ParseCommands returns a slice of commands parsed from an annotations map at the value "key".
# Constants
Args is the annotation key used to store arguments to pass to the commands.
Command is the annotation key name used to store the main command to run after the post-connect hook has been run.
PostConnect is the annotation key name used to store commands run after establishing a portforward connection.
PreConnect is the annotation key name used to store commands run before establishing a portforward connection.