docs(cmd): document the stock :Forge completion contract and non-goals #343
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim#343
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prerequisites
Problem
The stock
:Forgecmdline completion contract is subtle enough that code alone is not a sufficient source of truth. Without documentation, users and future contributors are likely to assume one of two incorrect extremes:The actual contract is narrower and more intentional than either of those.
Proposed solution
Document the stock
:Forgecompletion contract and its non-goals.Documentation scope
repo=template=head=base=branch=commit=target=adapter=method=Concrete examples to include
:Forge review <Tab>->open,repo=,adapter=:Forge issue browse <Tab>->repo=:Forge ci browse <Tab>->repo=:Forge release browse <Tab>->repo=plus release tags:Forge release delete <Tab>-> release tagshead=/base=revision-address examples using@...Places likely needing updates
Acceptance criteria:
remote=modifier existsAlternatives considered