Added comment explaining why code is structured as it is

This commit is contained in:
isaacST08 2025-02-11 21:30:44 -07:00
commit 2a55d0f0a4

View file

@ -44,6 +44,8 @@ in (
}; };
}; };
# Optional flags must come before the base args because of how the latexmk
# command works
args = builderCfg: ( args = builderCfg: (
# Flags # Flags
(optionals builderCfg.pdfOutput ["-pdf"]) (optionals builderCfg.pdfOutput ["-pdf"])