summaryrefslogtreecommitdiff
path: root/src/bin/cli/mod.rs
AgeCommit message (Expand)AuthorFilesLines
2023-07-02feat! drop support for bibliographies in document metadataLars Wirzenius1-10/+0
2023-06-21refactor: rename Document::files to ::embedded_filesLars Wirzenius1-2/+2
2023-02-11chore: use variables in Rust format stringsLars Wirzenius1-3/+3
2022-12-01(chore): Update to clap4Daniel Silverstone1-1/+2
2022-09-03refactor: rename DataFile{,s} to EmbeddedFile{,s} to be systematicLars Wirzenius1-2/+2
2022-03-24feat! change logging to use log/env_logger instead of tracingLars Wirzenius1-1/+1
2021-11-19metadata: Write out templates too, to make it easier to parseDaniel Silverstone1-0/+2
2021-11-19various: Rework document to support multiple implementationsDaniel Silverstone1-10/+20
2021-10-13feat: add crate subplot-build for using Subplot from build.rsLars Wirzenius1-44/+0
2021-09-16feat! parse Markdown input with pull-cmark instead of PandocLars Wirzenius1-0/+22
2021-09-14debug: add tracing calls to help debugLars Wirzenius1-0/+1
2021-09-04tracing: Add a bunch of TRACE level tracingDaniel Silverstone1-3/+17
2021-09-04chore: Fix unnecessary borrow lintsDaniel Silverstone1-3/+3
2021-08-30policy: No parent directory means basedir is curdirDaniel Silverstone1-1/+1
2021-06-11cli: Sort output of metadata commandDaniel Silverstone1-6/+12
2021-04-09bin: Abstract metadata handlingDaniel Silverstone1-0/+108
2021-04-09sp-extract: Move file extractionDaniel Silverstone1-1/+12
2021-04-09CLI: Refactor out document loadingDaniel Silverstone1-0/+14