Skip to content

Commit b602c10

Browse files
hanbu97claude
andcommitted
fix: remove site.yml workflow and fix cargo fmt
- Site deploys via Cloudflare Pages, not GitHub Pages - Fix formatting in cli.rs normalize_cli_args Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4366975 commit b602c10

File tree

2 files changed

+2
-60
lines changed

2 files changed

+2
-60
lines changed

.github/workflows/site.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/cli.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,8 @@ pub(crate) fn normalize_cli_args(mut argv: Vec<String>) -> Vec<String> {
541541
None => true,
542542
Some(
543543
"-h" | "--help" | "-V" | "--version" | "help" | "daily" | "today" | "activity"
544-
| "heartbeat" | "monthly" | "weekly" | "week" | "img" | "session" | "blocks" | "live" | "top"
545-
| "statusline" | "gui" | "codex" | "claude" | "antigravity",
544+
| "heartbeat" | "monthly" | "weekly" | "week" | "img" | "session" | "blocks" | "live"
545+
| "top" | "statusline" | "gui" | "codex" | "claude" | "antigravity",
546546
) => false,
547547
Some(arg) if arg.starts_with('-') => true,
548548
Some(_) => false,

0 commit comments

Comments
 (0)