mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 23:42:13 +08:00
5 lines
418 B
Go
5 lines
418 B
Go
// Package arguments holds globally-defined arguments that are used throughout the program for shared data.
|
|
// A good candidate for an argument is a directory whose contents that may be used in the creation of multiple artifacts, like the Grafana source directory.
|
|
// Arguments are different than flags; a flag is a boolean argument in an artifact string which can set one or multiple preset values.
|
|
package arguments
|