feat: with lua

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-02 12:21:12 +02:00
parent 506a8e4a4e
commit e6d5f8c4b8
6 changed files with 328 additions and 151 deletions

View File

@@ -60,6 +60,7 @@ pub fn build_scripts(cli: CuddleCli) -> Vec<Command> {
}
}
crate::model::CuddleScript::Dagger(_) => todo!(),
crate::model::CuddleScript::Lua(l) => {}
}
cmds.push(cmd)