Skip to content

Commit 74f3ddf

Browse files
committed
Added '--test' argument to command line interface documentation
1 parent 88835fd commit 74f3ddf

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

docs/commandline_interface.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ that lets you create an xlsx file from a json file.
1010
Usage
1111
-----
1212

13-
================= =========================================================================
14-
Flag Explanation
15-
================= =========================================================================
16-
``-v`` Displays the installed versions of styleframe and its dependencies
17-
``--json_path`` Path to the json file
13+
==================================== =========================================================================
14+
Flag Explanation
15+
==================================== =========================================================================
16+
``-v`` Displays the installed versions of styleframe and its dependencies
17+
``--json_path`` or ``--json-path`` Path to the json file
1818
``--json`` json string
19-
``--output_path`` Path to the output xlsx file. If not provided defaults to ``output.xlsx``
20-
================= =========================================================================
19+
``--output_path`` or ``output-path`` Path to the output xlsx file. If not provided defaults to ``output.xlsx``
20+
``--test`` Execute the tests
21+
==================================== =========================================================================
2122

2223

2324
Usage Examples

0 commit comments

Comments
 (0)