package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: May 11, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var DashboardCmd = cobra.Command{
Use: "dashboard",
Short: "Interactive node management dashboard",
Long: "Opens a full-screen TUI dashboard for monitoring and managing the Mithril node.",
Run: func(cmd *cobra.Command, args []string) {
runDashboard()
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.