Genie.Commands.executeFunction
execute(config::Settings) :: Nothing

Runs the requested Genie app command, based on the args passed to the script.

Genie.Commands.parse_commandline_argsFunction
parse_commandline_args() :: Dict{String,Any}

Extracts the command line args passed into the app and returns them as a Dict, possibly setting up defaults. Also, it is used by the ArgParse module to populate the command line help for the app -h.

Genie.Commands.called_commandFunction
called_command(args::Dict, key::String) :: Bool

Checks whether or not a certain command was invoked by looking at the command line args.