diff options
| author | t <t@tjp.lol> | 2026-07-13 09:20:24 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-13 09:20:39 -0600 |
| commit | 7c49c8d7be14054f2a679fdd83f23de90870cf1c (patch) | |
| tree | 1936effd265d8983a8ff0a49cf5727a5d232f14c | |
| parent | 86abe0f77d48c67afdd98b5f9d880ed2696c03c3 (diff) | |
fix upload:image arg spec
| -rw-r--r-- | mise.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
