Skip to main content

AFTER_LONG_HELP

Constant AFTER_LONG_HELP 

Source
pub const AFTER_LONG_HELP: &str = "\n\u{1b}[32m\u{1b}[1mEnvironment Variables:\u{1b}[39m\u{1b}[22m\n  \u{1b}[34m\u{1b}[1mTARDIS_FORMAT\u{1b}[39m\u{1b}[22m     Default output format or preset name.\n  \u{1b}[34m\u{1b}[1mTARDIS_TIMEZONE\u{1b}[39m\u{1b}[22m   Default IANA time zone (e.g. America/Sao_Paulo).\n  \u{1b}[34m\u{1b}[1mTARDIS_NOW\u{1b}[39m\u{1b}[22m        Override \"now\" (RFC 3339). Same as --now.\n\n\u{1b}[32m\u{1b}[1mConfiguration File:\u{1b}[39m\u{1b}[22m\n  \u{1b}[34m\u{1b}[1m$XDG_CONFIG_HOME\u{1b}[22m/tardis/config.toml\u{1b}[39m\n\n  if XDG_CONFIG_HOME is unset:\n        \u{2022} Linux:   ~/.config/tardis/config.toml\n        \u{2022} macOS:   ~/Library/Application Support/tardis/config.toml\n        \u{2022} Windows: %APPDATA%\\tardis\\config.toml\n\n  The file is created automatically on first run and contains commented\n  examples for every field.\n\n\u{1b}[32m\u{1b}[1mPrecedence:\u{1b}[39m\u{1b}[22m\n  CLI flags \u{2192} env vars \u{2192} config file\n\nFor more info, visit \u{1b}[4mhttps://github.com/hvpaiva/tardis-cli\u{1b}[24m\n";
Expand description

Extended help text displayed after long help output.