refactor: standardize imports and clean up commented code across modules

This commit is contained in:
2025-01-03 00:29:37 +02:00
parent 4c01c88b85
commit a19480ecfd
17 changed files with 86 additions and 73 deletions

View File

@@ -1,6 +1,7 @@
module mycelium
import freeflowuniverse.herolib.osal
import freeflowuniverse.herolib.core
import freeflowuniverse.herolib.installers.lang.rust
import freeflowuniverse.herolib.ui.console
import freeflowuniverse.herolib.core.texttools
@@ -64,9 +65,9 @@ pub fn installss(args_ InstallArgs) ! {
)!
}
if args.restart {
stop()!
}
// if args.restart {
// stop()!
// }
start()!
console.print_debug('install mycelium ok')