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