resolveUsage top-level constant

String const resolveUsage

Implementation

const String resolveUsage = '''
ulink resolve — show where a ULink short URL resolves per platform

Usage
  ulink resolve <https://your.ulink.app/slug> [options]
  ulink resolve --url <shortUrl>

Options
  --url <shortUrl>       The ULink short URL (or pass it as the first argument).
  --api-key <key>        ULink API key (or set ULINK_API_KEY). Optional; needed
                         only to read a link's forwarded attribution parameters.
  --json                 Print the machine-readable resolution to stdout.
  --help, -h             Show this help.

Examples
  ulink resolve https://acme.ulink.app/promo-spring
  ulink resolve acme.ulink.app/promo-spring --json
''';