We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa65ed8 commit 4693b39Copy full SHA for 4693b39
1 file changed
README.md
@@ -50,13 +50,13 @@ CSV file format should be like below
50
generates Swift code, Objective-C code, colors.xml from JSON
51
52
```sh
53
-clg code --output MyColor.swift --code swift sample.json
+clg code --output ~/somewhere/ --code swift sample.json
54
```
55
56
#### Options
57
58
- `--output`, `-o`
59
- - path for output
+ - directory path for output
60
- `--code`, `-c`
61
- generate specific type of code file
62
- `swift`
0 commit comments