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 5b8dbd6 commit 1116da4Copy full SHA for 1116da4
README.md
@@ -94,7 +94,10 @@ As of now, support exists for the following placeholders:
94
95
#### Commandline options
96
97
+Currently, ``Hazel`` offers one command.
98
+
99
```bash
100
+$ hazel --help
101
Usage: hazel [command] [argument]
102
103
Commands:
@@ -103,6 +106,14 @@ Commands:
106
Options:
104
107
-h, --help Print help message and exit
105
108
-v, --version Print version information and exit
109
+```
110
+```bash
111
+$ hazel init --help
112
+Usage: hazel init [argument]
113
114
+Options:
115
+ -t, --type Choose project type
116
+ -v, --version Print version information and exit
117
118
```
119
0 commit comments