Merge branch 'development_heroprompt' of https://github.com/freeflowuniverse/herolib into development_heroprompt

This commit is contained in:
Mahmoud-Emad
2025-08-21 18:28:49 +03:00
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ fn do() ! {
mut cmd := Command{
name: 'hero'
description: 'Your HERO toolset.'
version: '1.0.28'
version: '1.0.29'
}
// herocmds.cmd_run_add_flags(mut cmd)
@@ -102,4 +102,4 @@ fn main() {
// fn pre_func(cmd Command) ! {
// herocmds.plbook_run(cmd)!
// }
// }