Set Document path and category based on file path.

This commit is contained in:
Tom Alexander
2023-09-29 21:46:52 -04:00
parent f1e35e317b
commit fc7d4bd949
5 changed files with 61 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
#![feature(exit_status_error)]
#![feature(trait_alias)]
#![feature(path_file_prefix)]
// TODO: #![warn(missing_docs)]
#[cfg(feature = "compare")]