aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-12-30 17:12:48 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-12-30 17:12:48 +0100
commitb69d7ac3ccc8d437162dfb50fc1b24e5d0501e58 (patch)
tree59c8a338beb4eff6989cf0197a7d454b5b92e4ce /module/entry-points
parentREMOVE TZ realign block for DTSTART and DTEND in vcomponents. (diff)
downloadcalp-b69d7ac3ccc8d437162dfb50fc1b24e5d0501e58.tar.gz
calp-b69d7ac3ccc8d437162dfb50fc1b24e5d0501e58.tar.xz
Add file flag to ical entry point.
Diffstat (limited to 'module/entry-points')
-rw-r--r--module/entry-points/ical.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/entry-points/ical.scm b/module/entry-points/ical.scm
index 92d0d31c..87b4a6fe 100644
--- a/module/entry-points/ical.scm
+++ b/module/entry-points/ical.scm
@@ -11,7 +11,8 @@
(define opt-spec
'((from (value #t) (single-char #\F))
- (to (value #t) (single-char #\T))))
+ (to (value #t) (single-char #\T))
+ (file (value #t) (single-char #\f))))
(define (main args)
(define opts (getopt-long args opt-spec))