Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 332 Bytes

README

File metadata and controls

16 lines (11 loc) · 332 Bytes
$ 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