Skip to content

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

Merged
barrettruth merged 1 commit intomainfrom
feat/issue-create-flags
Apr 4, 2026
Merged

feat(issue): add --blank and --template= flags to issue create#42
barrettruth merged 1 commit intomainfrom
feat/issue-create-flags

Conversation

@barrettruth
Copy link
Copy Markdown
Owner

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 a template by filename stem. Tab
completion for `--template=` discovers templates via `fs_scandir`
and offers slugs like `bug_report`, `feature_request`.
@barrettruth barrettruth merged commit f6138fd into main Apr 4, 2026
7 checks passed
@barrettruth barrettruth deleted the feat/issue-create-flags branch April 4, 2026 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant