Generate specs for every Go package by reading the current source tree and documenting exported types, functions, and methods in a mirrored specs/ layout. Co-Authored-By: Virgil <virgil@lethean.io>
317 B
317 B
testcmd
Import: dappco.re/go/core/crypt/cmd/testcmd
Files: 4
Types
None.
Functions
AddTestCommands
func AddTestCommands(root *cli.Command)
AddTestCommands registers the 'test' command and all subcommands. Usage: call AddTestCommands(...) during the package's normal workflow.