diff options
Diffstat (limited to 'mise.toml')
| -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 |
