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> |
||
|---|---|---|
| .. | ||
| README.md | ||
crypt
Import: dappco.re/go/core/crypt/cmd/crypt
Files: 5
Types
None.
Functions
AddCryptCommands
func AddCryptCommands(root *cli.Command)
AddCryptCommands registers the 'crypt' command group and all subcommands. Usage: call AddCryptCommands(...) during the package's normal workflow.