feat(epic): add `anvil epic auto-close` subcommand
Toggle the per-epic auto_close_on_complete flag from the CLI:
anvil epic auto-close 107 --on
anvil epic auto-close 107 --off
--on and --off are mutually exclusive (clap conflicts_with). Wraps
the existing PATCH /:org/:repo/issues/:number endpoint with the new
auto_close_on_complete field landed on the server side in
fangorn/anvil 4581edc.
Companion CLI work for the per-epic auto-close toggle in
fangorn/anvil#118.
SHA:
1d3e677f097079897bd0d4d82ad436c6a9aabce5
Author:
Cole Christensen <cole.christensen@macmillan.com>
Date:
2026-05-01 14:34
Parents:
94b2339
1 files changed
+49
-0
| Type | ||
|---|---|---|
|
|
src/commands/epic.rs | +49 −0 |
|
||