Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "TODO", Short: "Ammo generator tool", Run: func(cmd *cobra.Command, args []string) { err := internal.GenerateAmmo(os.Stdin, os.Stdout) tracelog.ErrorLogger.FatalOnError(err) }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.