mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 09:58:53 -05:00
General code spring cleaning: * move file paths from `consts` package to `filepaths` * move InitData and ExportData to query and control packages
3 lines
89 B
Go
3 lines
89 B
Go
// Package cmd contains Cobra command definitions for all Steampipe commands
|
|
package cmd
|