Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "target", Aliases: []string{"targets"}, Usage: "Pretty print query output", Action: execute, Flags: []cli.Flag{ cli.BoolFlag{ Name: "nocolor", Usage: "Suppress colorized output", EnvVar: "BZL_TARGET_NO_COLOR", }, cli.StringSliceFlag{ Name: "sort", Usage: `Sort by field kind|label`, EnvVar: "BZL_TARGET_SORT", Value: &cli.StringSlice{ "kind", }, }, cli.StringSliceFlag{ Name: "include", Usage: `String that an entry must have in label|kind`, EnvVar: "BZL_TARGET_INCLUDE", }, cli.StringFlag{ Name: "align", Usage: `Align output by ws|root|pkg`, EnvVar: "BZL_TARGET_ALIGN", Value: "root", }, }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.