We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56dd42f commit 4784582Copy full SHA for 4784582
README.md
@@ -64,12 +64,14 @@ if (argv.flags.time === 'morning') {
64
```
65
66
🛠 In development, type hints are provided on parsed flags and parameters:
67
-<figure align="center">
+<p align="center">
68
+ <br>
69
<img src=".github/typed-flags.png" width="600">
- <figcaption>
70
- Type hints for Cleye's output are very verbose and readable
71
- </figcaption>
72
-</figure>
+ <i>Type hints for Cleye's output are very verbose and readable</i>
73
74
+</p>
75
76
📖 Generated help documentation can be viewed with the `--help` flag:
77
0 commit comments