Added cli for subcommands

This commit is contained in:
2022-08-10 12:34:04 +02:00
parent 6f1f21f710
commit f5e1e3027a
9 changed files with 399 additions and 199 deletions

5
\ Normal file
View File

@@ -0,0 +1,5 @@
#[derive(Debug)]
pub struct CuddleContext {
pub plan: CuddlePlan,
pub path: PathBuf,
}