# Functions
GetSafeCmds returns a slice of the safeCmds.
Parse a single line of code and return the tokens for a selected command.
ReadSafeCmds returns an interface{} of the safeCmds.
WriteSafeCmds takes a JSON-encoded string and writes it to the safeCmds slice.
# Constants
`>>` (append STDOUT to a file).
`->` (murex style pipe).
`=>` (reformat to generic).
No pipe token.
`|` (POSIX style pipe).
`?` (STDERR redirected to STDOUT and vice versa).
# Structs
ParsedTokens is a struct that returns a tokenized version of the selected command.
# Type aliases
PipeToken stores an integer value for the pipe token used in a pipeline.