This commit is contained in:
2025-10-13 11:41:26 +04:00
parent aa992cef7d
commit f34ca98623
54 changed files with 94 additions and 613 deletions

View File

@@ -15,7 +15,7 @@ pub mut:
uninstall bool
}
pub fn install_(args_ InstallArgs) ! {
pub fn install(args_ InstallArgs) ! {
mut args := args_
version := '0.14.0'
@@ -35,11 +35,11 @@ pub fn install_(args_ InstallArgs) ! {
if args.reset {
console.print_header('install tfrobot')
build_()!
build()!
}
}
pub fn build_() ! {
pub fn build() ! {
mut g := golang.get()!
g.install()!
console.print_header('build tfrobot')