core.herocmds #
fn cmd_bootstrap #
fn cmd_bootstrap(mut cmdroot Command)
fn cmd_compile #
fn cmd_compile(mut cmdroot Command)
fn cmd_docs_new #
fn cmd_docs_new(mut cmd_parent Command)
fn cmd_docsorter #
fn cmd_docsorter(mut cmdroot Command)
const wikipath = os.dir(@FILE) + '/wiki'
fn cmd_docusaurus #
fn cmd_docusaurus(mut cmdroot Command) Command
fn cmd_generator #
fn cmd_generator(mut cmdroot Command)
fn cmd_git #
fn cmd_git(mut cmdroot Command)
fn cmd_imagedownsize #
fn cmd_imagedownsize(mut cmdroot Command)
const wikipath = os.dir(@FILE) + '/wiki'
fn cmd_init #
fn cmd_init(mut cmdroot Command)
fn cmd_installers #
fn cmd_installers(mut cmdroot Command)
fn cmd_luadns #
fn cmd_luadns(mut cmdroot Command)
Main function to set up CLI commands
fn cmd_prompter #
fn cmd_prompter(mut cmdroot Command) Command
fn cmd_run #
fn cmd_run(mut cmdroot Command)
fn cmd_run_add_flags #
fn cmd_run_add_flags(mut cmd_run Command)
fn cmd_source #
fn cmd_source(mut cmdroot Command)
fn cmd_sshagent #
fn cmd_sshagent(mut cmdroot Command)
fn cmd_update #
fn cmd_update(mut cmdroot Command)
fn plbook_code_get #
fn plbook_code_get(cmd Command) !string
returns the path of the fetched repo url
fn plbook_run #
fn plbook_run(cmd Command) !(&playbook.PlayBook, string)
same as session_run_get but will also run the plbook
- fn cmd_bootstrap
- fn cmd_compile
- fn cmd_docs_new
- fn cmd_docsorter
- fn cmd_docusaurus
- fn cmd_generator
- fn cmd_git
- fn cmd_imagedownsize
- fn cmd_init
- fn cmd_installers
- fn cmd_luadns
- fn cmd_prompter
- fn cmd_run
- fn cmd_run_add_flags
- fn cmd_source
- fn cmd_sshagent
- fn cmd_update
- fn plbook_code_get
- fn plbook_run