Add a dump function and clean up some data.

This commit is contained in:
Zed A. Shaw 2025-04-24 02:44:07 -04:00
parent 5d924c764f
commit 17d30e2ed2
4 changed files with 22 additions and 13 deletions

View file

@ -62,5 +62,5 @@ TEST_CASE("rituals can be finalized for the end result", "[rituals-finalize]") {
plan.dump();
auto action = re.finalize(plan);
(void)action;
action.dump();
}