// 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