Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Update hugo.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
technicat committed Aug 17, 2023
1 parent 3c7d9ae commit c4a2c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugo.scm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
((h "h|help" => (cut help (car args)))
(f "f|file=s")
(i "i|image")
(o "o|out")
(d "d|dishes")
(v "v|verbose")
. restargs)
(if (not h)
Expand All @@ -34,7 +34,7 @@
dishes)
(if i (copy-images))
(if v (print dishes))
(if o (write-dishes dishes))))))
(if d (write-dishes dishes))))))

(define (help file)
(print "hugo.scm -o -v -i -h"))
Expand Down

0 comments on commit c4a2c0d

Please sign in to comment.