summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 03:52:26 -0500
committerJeff Carr <[email protected]>2025-10-03 03:52:26 -0500
commit3e8bef724c2173c4ecf749e0c03d9131abd094bb (patch)
treec94e81706a78970bbef16054172b944f7f8bf84f /main.go
parent62abca26fd749a3fcb7838479e90bef7db747d0f (diff)
add rdate
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index 56868e5..367aa64 100644
--- a/main.go
+++ b/main.go
@@ -34,6 +34,11 @@ func main() {
okExit("")
}
+ if argv.Rdate != nil {
+ doRdate()
+ okExit("")
+ }
+
if argv.Git != nil {
doGit()
okExit("")