We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2b0ff commit e776505Copy full SHA for e776505
cmd/collections.go
@@ -91,7 +91,7 @@ type GetCollectionResponse struct {
91
// getCollectionCmd represents the command to get detailed info on a collection in Webflow
92
var getCollectionCmd = &cobra.Command{
93
Use: "get [collection_id]",
94
- Short: "get details information for a collection",
+ Short: "get detailed information for a collection",
95
Args: cobra.ExactArgs(1),
96
Run: func(cmd *cobra.Command, args []string) {
97
collectionId := args[0]
0 commit comments