cmd

package
v2.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use: "docs-generator",
	RunE: func(cmd *cobra.Command, args []string) error {
		params := generator.Params{
			TagPrefix:            tagPrefixFlagVal,
			RunDockerBuild:       runDockerBuildFlagVal,
			SuppressDockerOutput: suppressDockerOutputFlagVal,
			StartStep:            startStepFlagVal,
			EndStep:              endStepFlagVal,
			LeaveGeneratedFiles:  leaveGeneratedFilesFlagVal,
		}
		return generator.Generate(inputDirFlagVal, outputDirFlagVal, baseImageFlagVal, params, cmd.OutOrStdout())
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL