Skip to content

Commit

Permalink
[ci skip] Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Apr 14, 2020
1 parent a56d834 commit 70d3abd
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,22 @@ INFO:Translating...
py_asciimath: a simple ASCIIMath/MathML/LaTeX converter
Usage:
py_asciimath.py <EXP> from <ILANG> to <OLANG> [options]
py_asciimath.py <EXP> (-i <ILANG> | --input=ILANG)
(-o <OLANG> | --output=OLANG)
py_asciimath.py <EXP> from <ILANG> to <OLANG>
[options]
py_asciimath.py from-file <PATH> from <ILANG> to <OLANG> [options]
py_asciimath.py from-file <PATH> (-i <ILANG> | --input=ILANG)
(-o <OLANG> | --output=OLANG)
[options]
py_asciimath.py <EXP> from <ILANG> (-o <OLANG> | --output=OLANG)
[options]
py_asciimath.py <EXP> (-i <ILANG> | --input=ILANG) to <OLANG>
[options]
py_asciimath.py <EXP> (-i <ILANG> | --input=ILANG) (-o <OLANG> | --output=OLANG)
[options]
py_asciimath.py from-file <PATH> from <ILANG> to <OLANG>
[options]
py_asciimath.py from-file <PATH> from <ILANG> (-o <OLANG> | --output=OLANG)
[options]
py_asciimath.py from-file <PATH> (-i <ILANG> | --input=ILANG) to <OLANG>
[options]
py_asciimath.py from-file <PATH> (-i <ILANG> | --input=ILANG) (-o <OLANG> | --output=OLANG)
[options]
py_asciimath.py (-h | --help)
py_asciimath.py --version
Expand Down

0 comments on commit 70d3abd

Please sign in to comment.