We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a832167 commit 925fa0aCopy full SHA for 925fa0a
2 files changed
README.md
@@ -32,10 +32,10 @@ The output should then look like this. Just continue answering the questions and
32
```bash
33
Dockware Creator
34
35
-What do you want to do?
36
-(1) Play around with Shopware
37
-(2) Develop with Shopware
38
-(3) Contribute to Shopware
+? What do you want to do? [Use arrows to move, type to filter]
+> play - A Shopware shop without development tools
+ dev - Suited for extension development
+ contribute - Best for contributing changes to the Shopware core
39
40
...
41
```
cmd/version.go
@@ -14,6 +14,6 @@ var cmdVersion = &cobra.Command{
14
Short: "",
15
Long: "",
16
Run: func(cmd *cobra.Command, args []string) {
17
- fmt.Println("dockware-cli v0.5")
+ fmt.Println("dockware-cli v0.6")
18
},
19
}
0 commit comments