Documentation
¶
Index ¶
Constants ¶
View Source
const GlobHelp = `` /* 940-byte string literal not displayed */
Variables ¶
View Source
var FormatCommand = NewFormatCommand()
FormatCommand represents the format command Deprecated: use NewFormatCommand instead.
View Source
var LintCommand = NewLintCommand()
LintCommand represents the lint command Deprecated: use NewLintCommand instead.
View Source
var RootCommand = &cobra.Command{
Use: "jsonnet",
Short: "Helpers for linting and formatting JSONNet code",
}
RootCommand represents the jsonnet command Deprecated: use NewRootCommand instead.
Functions ¶
func NewFormatCommand ¶ added in v0.0.716
func NewLintCommand ¶ added in v0.0.716
func NewRootCommand ¶ added in v0.0.716
func RegisterCommandRecursive ¶
RegisterCommandRecursive adds all jsonnet helpers to the RootCommand Deprecated: use NewRootCommand instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.