Global Flags
The following flags are global, and can be passed to any transit command.
Help
-h
, --help
. Print usage with examples
transit -h
transit --help
transit <command> --help
transit <command> <subcommand> --help
Config
-c
, --config
. Override the default config file with a path to another.
transit -c <path>
transit --config <path>
transit <command> --config <path>
transit <command> <subcommand> --config <path>
Verbose
-v
, --verbose
. This will enable debug logs.
transit -v
transit --verbose
transit <command> --verbose
transit <command> <subcommand> --verbose