diff options
Diffstat (limited to 'cmd/geo.go')
| -rw-r--r-- | cmd/geo.go | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -7,10 +7,11 @@ import ( ) var geoCmd = &cobra.Command{ - Use: "geo", - Short: "Search for address information", - Long: `Returns address information including residents, property details, and demographics (costs 1 credit)`, - RunE: runGeoSearch, + Use: "geo", + Aliases: []string{"g"}, + Short: "Search for address information", + Long: `Returns address information including residents, property details, and demographics (costs 1 credit)`, + RunE: runGeoSearch, } func init() { |
