summaryrefslogtreecommitdiffstats
path: root/cmd/geo.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/geo.go')
-rw-r--r--cmd/geo.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/cmd/geo.go b/cmd/geo.go
index 6c7caf9..cea7a75 100644
--- a/cmd/geo.go
+++ b/cmd/geo.go
@@ -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() {