Generate code/commands with AI (code-only output)

Usage: exec [OPTIONS] [PROMPT]...

Arguments:
  [PROMPT]...
          Prompt text (remaining args joined)

Options:
  -s, --session <SESSION>
          Attach terminal buffer from a session as context

  -m, --model <MODEL>
          AI model to use

  -p, --provider <PROVIDER>
          Provider type

      --shell <SHELL>
          Target shell for generated commands
          
          [possible values: bash, zsh, fish, powershell]

      --format <FORMAT>
          Output format for generated execution plans
          
          [default: text]
          [possible values: text, json]

      --no-stream
          Disable streaming and wait for the full response

  -h, --help
          Print help
