QGZRVP7TPNRKBL6AXZFU2HEYEW725PAUNOLCPOT6YMA7GWZKRANQC
6NPESMZY77VS5PCQ54AUVHBTDN5MNJZK5BL3NBK54LKBJ6TPVEWQC
XWRN2OI2GCW6WY75UNNGOCQWH5WJTZ7JLKVNK7YO6KEI7U47TUEAC
(require 'json)
(defun vc-pijul--out-json-read (command &rest args) "Run `pijul COMMAND ARGS...' and return standard output as a string.The exit status is ignored." (with-temp-buffer (apply #'vc-pijul--out-ok command "--output-format" "json" args) (goto-char (point-min)) (json-read)))
(defun vc-pijul--out-json-read (command &rest args)
"Run `pijul COMMAND ARGS...' and return standard output as a string.
The exit status is ignored."
(with-temp-buffer
(apply #'vc-pijul--out-ok command "--output-format" "json" args)
(goto-char (point-min))
(json-read)))