# Functions
Command is the basic implementation of Cmd creation.
# Structs
Cmd is doing the same as the os/exec's Cmd, but this Cmd implements Executable interface to make mocking possible.
# Interfaces
Executable defines all methods which are needed at external calls.
# Type aliases
CommandExecutor defines a function for Cmd instance creation.