Files
herolib/lib/core/playcmds
..
2024-12-30 17:36:22 +02: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
2025-01-14 15:34:02 +02:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
2024-12-31 15:14:13 +02:00
2024-12-30 17:36:22 +02:00
2024-12-30 17:36:22 +02:00
...
2024-12-30 08:01:17 +01:00
...
2024-12-30 08:01:17 +01:00
2024-12-31 15:14:13 +02:00
2025-01-05 14:02:11 +01:00
2025-01-02 19:01:37 +02:00

how to use 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) }