# Functions

Parse will parse provided command-line arguments and either return a valid Config object, or call the exit function with a non-zero exit code.

# Structs

Config contains the subset of arguments which are returned by the parser and can affect the behavior of exodus-rsync.
ExodusConfig defines arguments which are specific to exodus-rsync and not supported by rsync.
IgnoredConfig defines arguments which can be accepted for compatibility with rsync, but are ignored by exodus-rsync.