Merge branch 'development' into development_builders
* development: minor example fixes feat: add comprehensive SSH agent management command refactor: Harden and improve SSH agent module ... feat: add editable ttyd dashboard mode feat: add CLI for dashboard management and 4-pane layout fix: Fix build ... refactor: update SSH agent examples and module structure feat: add tmux dashboard with ttyd integration refactor: Remove is_tmux_server_not_running_error function wip: pushing the code to sync in other branch refactor: Improve tmux API consistency and formatting # Conflicts: # lib/osal/core/net.v # lib/virt/podman/factory.v
This commit is contained in:
@@ -4,8 +4,11 @@ import net
|
||||
import time
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core
|
||||
<<<<<<< HEAD
|
||||
|
||||
import os
|
||||
=======
|
||||
>>>>>>> development
|
||||
|
||||
pub enum PingResult {
|
||||
ok
|
||||
|
||||
@@ -3,7 +3,6 @@ module core
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core
|
||||
import os
|
||||
|
||||
// update the package list
|
||||
pub fn package_refresh() ! {
|
||||
|
||||
Reference in New Issue
Block a user