stakk 2.1.3

A CLI tool that bridges Jujutsu (jj) bookmarks to GitHub stacked pull requests
---
source: src/docs/mod.rs
expression: without_env_values(&help)
---
Print stakk's bundled documentation, or list the available topics

Usage: stakk docs [OPTIONS] [TOPIC]

Arguments:
  [TOPIC]
          Topic to print. Omit to list the available topics

          Possible values:
          - agents:    Submitting without the TUI, written for coding agents
          - auth:      GitHub authentication: tokens, hosts, and troubleshooting
          - config:    Config files, precedence, and environment variables
          - graph:     The `stakk graph` document, field by field
          - scripting: Driving stakk from a program: exit codes and a worked example
          - stability: What semantic versioning covers, and what may change in any release
          - template:  Stack info placement and stack comment templates

Options:
      --config <CONFIG>
          Path to a config file (overrides automatic discovery).
          
          Loaded in place of the repo-level stakk.toml; user-level config is
          still merged unless inherit = false.
          
          [env: STAKK_CONFIG=]

      --github-host <GITHUB_HOST>
          Extra host to treat as GitHub, for GitHub Enterprise Server.
          
          github.com is always accepted. Naming a host here additionally accepts
          remotes on that host and talks to its API at https://<host>/api/v3.
          Falls back to GH_HOST when unset, so an existing GitHub CLI setup works
          without further configuration.
          
          [env: STAKK_GITHUB_HOST=]

  -h, --help
          Print help (see a summary with '-h')