Files
herolib/lib/core/playcmds
2024-12-30 08:01:17 +01:00
..
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00

how to sue the playcmds

import freeflowuniverse.herolib.core.playbook
import freeflowuniverse.herolib.core.base

mut s:=base.session_new(
    coderoot:'/tmp/code'
    interactive:true
)!


// path string
// text string
// git_url string
// git_pull bool
// git_branch string
// git_reset bool
// execute bool = true
// session  ?&base.Session      is optional

mut plbook := playbook.new(text: "....",session:s) or { panic(err) }