Skip to content

Commit 9fda82c

Browse files
committed
[release] Version 1.2.0
- 6a2e711 [chore:doc] Update options section - 2b29f85 [runtime] Implement interactive mode - 71bcd5d [refactor] Use `yannoff/console` native constants
1 parent 71bcd5d commit 9fda82c

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Easy-to-use JSON <=> YAML converter
44

5-
[![Latest stable release](https://img.shields.io/badge/Release-1.1.0-blue)](https://github.com/yannoff/jaml/releases/latest "Latest stable release")
5+
[![Latest stable release](https://img.shields.io/badge/Release-1.2.0-blue)](https://github.com/yannoff/jaml/releases/latest "Latest stable release")
66
[![MIT License](https://img.shields.io/badge/License-MIT-lightgrey)](https://github.com/yannoff/jaml/blob/master/LICENSE "MIT License")
77

88
## Usage
@@ -32,6 +32,24 @@ jaml <file.json>
3232
cat file.json | jaml
3333
```
3434

35+
### Available options
36+
37+
**`-i, --interactive`**
38+
39+
*Run in interactive mode*
40+
41+
**`-h, --help`**
42+
43+
*Display help message*
44+
45+
**`-v, --verbose`**
46+
47+
*Increase the verbosity of jaml output*
48+
49+
**`--version`**
50+
51+
*Display version and exit*
52+
3553
## Installation
3654

3755
### Requirements

bin/jaml

1.24 KB
Binary file not shown.

bin/jaml.md5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a27e4d9714e6e012be83a1f9d704c35a
1+
25a0d4f41d028cd577702c730252d156

bin/jaml.sha384

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
27732e3ea996bd029946d3ea78d8a38d5ba00d8cff527473166dfd462abcae134b652ea82ee387e84ad6d742c7db3cdd
1+
9ce8d6cdd7c9b81577176db8760d352c04df0edd10cabd0946fd67c1ee5c9b69c3667bd829f774bd8715001f59c49093

0 commit comments

Comments
 (0)