class Rundoc::CLIArgumentParser

This class is responsible for parsing the command line arguments and generating a Cli instance

Example:

options = Rundoc::CLIArgumentParser.new(argv: ARGV).call.options
cli = Rundoc::CLI.new(**options)
cli.call