need to default "quiet" to false

This commit is contained in:
Cory Bennett
2015-12-03 14:47:31 -08:00
parent 5d863ffed4
commit 40bafc9b66
+1
View File
@@ -161,6 +161,7 @@ Command Options:
"sort": defaultSort,
"max_results": defaultMaxResults,
"method": "GET",
"quiet": false,
}
opts := make(map[string]interface{})