feat(issue): add --blank and --template= flags to issue create #42

Merged
barrettruth merged 1 commit from feat/issue-create-flags into main 2026-04-04 01:45:20 +00:00
barrettruth commented 2026-04-04 01:19:00 +00:00

Problem

:Forge issue create always opens a picker when multiple templates exist, with no way to bypass from the command line.

Solution

Add --blank to skip template discovery entirely, and --template=<slug> to select by filename stem. Tab completion for --template= discovers templates via fs_scandir and offers slugs like bug_report, feature_request.

## Problem `:Forge issue create` always opens a picker when multiple templates exist, with no way to bypass from the command line. ## Solution Add `--blank` to skip template discovery entirely, and `--template=<slug>` to select by filename stem. Tab completion for `--template=` discovers templates via `fs_scandir` and offers slugs like `bug_report`, `feature_request`.
Sign in to join this conversation.
No description provided.