go-crypt/specs/cmd/testcmd/README.md
Virgil 60b713114b docs: populate package specs
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>
2026-03-27 19:30:16 +00:00

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.