Documentation ¶
Overview ¶
Package cmd handles flags and commands management.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "dfssd", Short: "Demonstrator for the DFSS project", Long: "Demonstrator v" + dfss.Version + ` for the Distributed Fair Signing System project Debug tool to trace remote transmissions`, Run: guiCmd.Run, }
RootCmd is the main command for the dfssd application
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.