Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { subcommands.CommandRunBase BQProject string // contains filtered or unexported fields }
Command is the common subcommand for crosgrep commands. It contains information like the logging verbosity and the current bigquery billing project// that is used for the underlying SQL query.
func (*Command) GetBQProject ¶
GetBQProject returns the cloud project for bigquery explicitly specified on the command line or taken from the CROSGREP_BQ_PROJECT environment variable if no flag is provided.
Click to show internal directories.
Click to hide internal directories.