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:
Erich Blume 2026-02-22 15:23:42 -08:00
commit e3685f5ca7

View file

@ -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