can refresh data via command line

This commit is contained in:
2026-01-05 14:42:54 -05:00
parent 59d50a694b
commit 3b3ebf8e31
2 changed files with 9 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
(defun maybe-pass (func arg)
"Pass ARG to FUNC if arg is not nil."
(if (fnil)arg
(if (equal arg nil)
(funcall func arg)
(funcall func)))