Fix usage examples: mise tasks with #USAGE don't need -- separator
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
add0d4ef6f
commit
e3685f5ca7
1 changed files with 4 additions and 4 deletions
|
|
@ -17,10 +17,10 @@ Uses git operations directly (SSH for remote), no API token needed.
|
|||
Protected branches (main) are never deleted.
|
||||
|
||||
Usage:
|
||||
mise run branch-cleanup # interactive cleanup (30-day cutoff)
|
||||
mise run branch-cleanup -- --cutoff 7 # only branches older than 7 days
|
||||
mise run branch-cleanup -- --cutoff 0 # all merged branches regardless of age
|
||||
mise run branch-cleanup -- --dry-run # preview only
|
||||
mise run branch-cleanup # interactive cleanup (30-day cutoff)
|
||||
mise run branch-cleanup --cutoff 7 # only branches older than 7 days
|
||||
mise run branch-cleanup --cutoff 0 # all merged branches regardless of age
|
||||
mise run branch-cleanup --dry-run # preview only
|
||||
"""
|
||||
|
||||
import subprocess
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue