From 51fc08eaaa8ba20565522a2f2375c4a7a69c0e7b Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 1 Sep 2025 18:17:51 -0500 Subject: [PATCH] mfm.cpp --- src/mfm.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/mfm.cpp b/src/mfm.cpp index 12bfc4fe..67327a7a 100644 --- a/src/mfm.cpp +++ b/src/mfm.cpp @@ -71,6 +71,13 @@ mfm::main(int argc_, ::_setup_argparser(app,opts); + auto a = std::filesystem::path("/a/b"); + auto b = std::filesystem::path("a/b"); + fmt::println("{}\n{}", + + + return 0; + try { app.parse(argc_,argv_);