$ yaml2yaml --help
usage: yaml2yaml [-h] [-j] [FILE]
positional arguments:
FILE YAML file to parse
options:
-h, --help show this help message and exit
-j, --json-input parse input as JSON
$ yaml2yaml <<< "{'a': 'b'}"
a: b
This repository has been archived by the owner on May 22, 2024. It is now read-only.