syndicate_utils/mountpoints.prs

6 lines
160 B
Plaintext
Raw Permalink Normal View History

version 1.
Mountpoint = <mount @source string @target string @type string @status Status> .
2023-12-25 23:11:54 +00:00
Status = Failure / @success #t .
Failure = <failure @msg string> .