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: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
StatusCmd = cobra.Command{
Use: "status",
Short: "Show current Mithril node status",
Long: "Check if Mithril is running, what slot it's at, and Lightbringer connectivity.",
Run: func(cmd *cobra.Command, args []string) {
runStatus()
},
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.