add bare cli

This commit is contained in:
2022-08-11 02:03:19 +02:00
parent ba0ad9239d
commit 5da6b35ead
6 changed files with 185 additions and 38 deletions

View File

@@ -30,5 +30,6 @@ pub enum CuddleScript {
#[derive(Debug, Clone, PartialEq, Deserialize)]
pub struct CuddlePlan {
pub base: CuddleBase,
pub vars: Option<HashMap<String, String>>,
pub scripts: Option<HashMap<String, CuddleScript>>,
}