Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Command = &command.Command{ Cmd: &cobra.Command{ Use: "status", Short: "Display the status of the Flow network", }, Flags: &statusFlags, RunS: status, } Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files status.go Click to show internal directories. Click to hide internal directories.