summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-06 21:41:09 +0200
committerPaul Buetow <paul@buetow.org>2025-01-06 21:41:09 +0200
commit207a8f543e3097bec88470359abb7327de47af6f (patch)
tree4787e57911e5f8fa213d8bf662b14c46c5e9d30a /cmd
parent2f337e4924fd0e761b467dd2f81b8253022222c6 (diff)
fix compose
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gos/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gos/main.go b/cmd/gos/main.go
index 535d609..4e3ef68 100644
--- a/cmd/gos/main.go
+++ b/cmd/gos/main.go
@@ -32,7 +32,7 @@ func main() {
lookback := flag.Int("lookback", 30, "How many days look back in time for posting history")
summaryFor := flag.String("summaryFor", "", "Generate a summary in Gemtext format, format is coma separated string of months, e.g. 202410,202411")
gemtexterEnable := flag.Bool("gemtexterEnable", true, "Add special Gemtexter tags to the Gemtext summary")
- composeEntry := flag.Bool("compose", true, "Compose a new entry")
+ composeEntry := flag.Bool("compose", false, "Compose a new entry")
flag.Parse()
secrets, err := config.NewSecrets(secretsConfigPath)