diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-18 13:59:26 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-18 13:59:26 +0200 |
| commit | 266b10d6cd2d44b4bccc36318054408ded80b8ce (patch) | |
| tree | fa7e5bdd618902fd1bcfc34318395a181f531254 /man/colitur.1 | |
| parent | 150f8c550d2f9ebbac61d195eb342eb2b2ec6b95 (diff) | |
| parent | 36daf47dde9b0c16dacef31163ea74effdd5e7f3 (diff) | |
| download | colitur-266b10d6cd2d44b4bccc36318054408ded80b8ce.tar.gz colitur-266b10d6cd2d44b4bccc36318054408ded80b8ce.zip | |
merge: a flat INI overlay front end
A convenience format for simple local calendars, transpiled to the existing
S-expression form and verified against it before emitting.
Diffstat (limited to 'man/colitur.1')
| -rw-r--r-- | man/colitur.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/colitur.1 b/man/colitur.1 index 6463415..58e46ff 100644 --- a/man/colitur.1 +++ b/man/colitur.1 @@ -65,6 +65,15 @@ occurrence, commemoration and transfer. .BI readings " YEAR" The Mass reading citations, one line per day. .TP +.BI convert " FILE" .ini +Convert a flat INI overlay to the S\-expression form, on standard output. The +conversion verifies its own output before emitting it: the generated text is +parsed back with the same function that loads an overlay, and must mean +exactly what the INI said. A separate step rather than teaching +.B \-\-overlay +to sniff the extension, so you can see what your INI became. See +.BR colitur\-overlay (5). +.TP .B new\-overlay Print a starter overlay file to standard output, for redirection. Every value in it is a placeholder that will appear in |
