From a5549661e3e2e8b79038b42a5237db46ababaa24 Mon Sep 17 00:00:00 2001 From: Shivesh Tiwari Date: Wed, 4 Feb 2026 20:17:33 +0530 Subject: [PATCH] site documentation minor update fixing content --- .goreleaser.yaml | 2 +- site/pages/index.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2ee05ec..84617fc 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -27,7 +27,7 @@ builds: goarch: arm64 archives: - - format: binary + - formats: binary name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}" changelog: diff --git a/site/pages/index.md b/site/pages/index.md index 4638775..55e9623 100644 --- a/site/pages/index.md +++ b/site/pages/index.md @@ -83,7 +83,7 @@ Unlike linters or task managers, `dizz` models **developer intent and code evolu
dizz upgrade
Upgrade to the latest version automatically.
-
dizz upgrade [--force]
+
dizz upgrade
@@ -113,19 +113,19 @@ Unlike linters or task managers, `dizz` models **developer intent and code evolu
dizz list
Show all saved snapshots with timestamps and metadata.
-
dizz list [--format json|table]
+
dizz list
dizz resume
Quick context after being away from the project.
-
dizz resume [--days N]
+
dizz resume
dizz intent
Manage intentional TODO markers and track planned work.
-
dizz intent add|list|remove|complete [@symbol] [description]
+
dizz intent add|list|resolve