Command Line Interface

Ordered map parser and writer.

usage: ordered_map [-h] [-v] {read,write} ...

Positional Arguments

subcommand

Possible choices: read, write

Named Arguments

-v

show program’s version number and exit

Sub-commands:

read

Convert an ordered map file to a YAML file.

ordered_map read [-h] INPUT OUTPUT

Positional Arguments

INPUT

input file

OUTPUT

output file

write

Convert a YAML file to an ordered map file.

ordered_map write [-h] INPUT OUTPUT

Positional Arguments

INPUT

input file

OUTPUT

output file

Copyright (c) Jeroen F.J. Laros <jlaros@fixedpoint.nl>