summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-13 09:20:24 -0600
committert <t@tjp.lol>2026-07-13 09:20:39 -0600
commit7c49c8d7be14054f2a679fdd83f23de90870cf1c (patch)
tree1936effd265d8983a8ff0a49cf5727a5d232f14c
parent86abe0f77d48c67afdd98b5f9d880ed2696c03c3 (diff)
fix upload:image arg spec
-rw-r--r--mise.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/mise.toml b/mise.toml
index cee16c6..f06f0a6 100644
--- a/mise.toml
+++ b/mise.toml
@@ -41,7 +41,10 @@ depends = ["deploy:weft", "deploy:site"]
[tasks."upload:image"]
description = "Upload an image to the production server"
-usage = 'arg "file" "path"'
+usage = '''
+arg "file"
+arg "path"
+'''
run = '''
set -euo pipefail