package
2.2.5+incompatible
Repository: https://github.com/goadesign/goa.git
Documentation: pkg.go.dev

# Functions

BuildCommandData builds the data needed by CLI code generators to render the parsing of the service command.
BuildSubcommandData builds the data needed by CLI code generators to render the CLI parsing of the service sub-command.
CommandUsage builds the section templates that can be used to generate the endpoint command usage code.
FieldLoadCode returns the code used in the build payload function that initializes one of the payload object fields.
FlagsCode returns a string containing the code that parses the command-line flags to infer the command (service), sub-command (method), and the arguments (method payload) invoked by the tool.
NewFlagData creates a new FlagData from the given argument attributes.
PayloadBuilderSection builds the section template that can be used to generate the payload builder code.
UsageCommands builds a section template that generates a help text showing the list of allowed commands and sub-commands.
UsageExamples builds a section template that generates a help text showing a valid invocation of the CLI tool.

# Structs