aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhistoria <gravel.justness270@slmail.me>2024-07-31 23:00:35 -0400
committerhistoria <gravel.justness270@slmail.me>2024-07-31 23:00:35 -0400
commita41345f75937cb1e204f0cd828d39cb02254caef (patch)
treef3f5603f2c0ac68c8e7b12039b5c9b66e3985b7d /src
parentc4261ee98ef5fd75a208e8e981486ecb4dfcdafc (diff)
downloadsoon-a41345f75937cb1e204f0cd828d39cb02254caef.tar.gz
Added Julian date logic
Diffstat (limited to 'src')
-rw-r--r--src/then.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/then.nim b/src/then.nim
index 5395ca4..cfd0b44 100644
--- a/src/then.nim
+++ b/src/then.nim
@@ -130,9 +130,9 @@ proc printCalendar() =
printEvents(cal, curDay, "ddd yyyy MMM dd")
proc main() =
- var past: int = 1
+ var past: int = 1
var future: int = 14
- var noArg: bool = true
+ var noArg: bool = true
for kind, key, val in getopt():
case kind
of cmdLongOption, cmdShortOption: