11# ` openapi-python-client `
22
3- Generate a Python client from an OpenAPI JSON document
3+ Generate a Python client from an OpenAPI JSON document
44
55** Usage** :
66
@@ -10,20 +10,20 @@ $ openapi-python-client [OPTIONS] COMMAND [ARGS]...
1010
1111** Options** :
1212
13- * ` --version ` : Print the version and exit
14- * ` --config PATH ` : Path to the config file to use
15- * ` --install-completion ` : Install completion for the current shell.
16- * ` --show-completion ` : Show completion for the current shell, to copy it or customize the installation.
17- * ` --help ` : Show this message and exit.
13+ - ` --version ` : Print the version and exit
14+ - ` --config PATH ` : Path to the config file to use
15+ - ` --install-completion ` : Install completion for the current shell.
16+ - ` --show-completion ` : Show completion for the current shell, to copy it or customize the installation.
17+ - ` --help ` : Show this message and exit.
1818
1919** Commands** :
2020
21- * ` generate ` : Generate a new OpenAPI Client library
22- * ` update ` : Update an existing OpenAPI Client library
21+ - ` generate ` : Generate a new OpenAPI Client library
22+ - ` update ` : Update an existing OpenAPI Client library
2323
2424## ` openapi-python-client generate `
2525
26- Generate a new OpenAPI Client library
26+ Generate a new OpenAPI Client library
2727
2828** Usage** :
2929
@@ -33,13 +33,13 @@ $ openapi-python-client generate [OPTIONS]
3333
3434** Options** :
3535
36- * ` --url TEXT ` : A URL to read the JSON from
37- * ` --path PATH ` : A path to the JSON file
38- * ` --help ` : Show this message and exit.
36+ - ` --url TEXT ` : A URL to read the JSON from
37+ - ` --path PATH ` : A path to the JSON file
38+ - ` --help ` : Show this message and exit.
3939
4040## ` openapi-python-client update `
4141
42- Update an existing OpenAPI Client library
42+ Update an existing OpenAPI Client library
4343
4444** Usage** :
4545
@@ -49,7 +49,6 @@ $ openapi-python-client update [OPTIONS]
4949
5050** Options** :
5151
52- * ` --url TEXT ` : A URL to read the JSON from
53- * ` --path PATH ` : A path to the JSON file
54- * ` --help ` : Show this message and exit.
55-
52+ - ` --url TEXT ` : A URL to read the JSON from
53+ - ` --path PATH ` : A path to the JSON file
54+ - ` --help ` : Show this message and exit.
0 commit comments