SKILL.md: Missing 1-indexed --detail argument clarification #12
Reference in New Issue
Block a user
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?
Issue
The SKILL.md documentation is missing a clarification that the
--detailargument is 1-indexed.Expected Behavior
When using the
--detailargument (e.g.,--detail 1,--detail 2), users should understand that the index is 1-indexed (starts at 1), not 0-indexed.Suggested Fix
Add a note in the SKILL.md documentation clarifying that the
--detailargument uses 1-based indexing.