mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-21 11:00:21 -05:00
General code spring cleaning: * move file paths from `consts` package to `filepaths` * move InitData and ExportData to query and control packages
4 lines
169 B
Go
4 lines
169 B
Go
// Package cmd_config contains helper functions to support constructing Cobra commands, validating arguments
|
|
// and populating Viper config management
|
|
package cmdconfig
|