Skip to content

Commit 9ea53e6

Browse files
Fix sub-bullet point markdown formatting in CLI reference (#1057)
* Fix sub-bullet point markdown formatting in CLI reference * Remove blank line Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 179af57 commit 9ea53e6

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

docs/cli/reference.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,17 @@ Supported options:
2121
- `--test` to add a recommended testing framework (default; or `--no-test` to opt-out)
2222
- `--pre-commit` to add the pre-commit framework for git hooks (but the default is `--no-pre-commit`)
2323
- `--ci` to add a CI service configuration
24+
2425
Possible values:
2526
- `bitbucket` for [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines)
26-
- `--docstyle` to set a docstring style convention for the project
27+
- `--docstyle` to set a docstring style convention for the project.
28+
2729
Possible values:
2830
- `numpy` for [NumPy docstring style](https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard)
2931
- `google` for [Google docstring style](https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings)
3032
- `pep257` for [PEP 257 docstring style](https://www.python.org/dev/peps/pep-0257/)
3133
- `--status` to set the development status of the project. Defaults to `planning`.
34+
3235
Possible values:
3336
- `planning` or `1` for "Development Status :: 1 - Planning"
3437
- `pre-alpha` or `2` for "Development Status :: 2 - Pre-Alpha"
@@ -41,7 +44,8 @@ Supported options:
4144
- `--quiet` to suppress output
4245
- `--frozen` to leave the virtual environment and lockfile unchanged (i.e. do not install dependencies, nor update lockfiles)
4346
- `--backend` to specify a package manager backend to use. The default is to auto-detect.
44-
Possible values:
47+
48+
Possible values:
4549
- `auto` to auto-detect the backend (default)
4650
- `uv` to use the [uv](https://docs.astral.sh/uv) package manager
4751
- `none` to not use a package manager backend and display messages for some operations.
@@ -84,7 +88,8 @@ Supported options:
8488
- `--frozen` to leave the virtual environment and lockfile unchanged
8589
- `--quiet` to suppress output
8690
- `--backend` to specify a package manager backend to use. The default is to auto-detect.
87-
Possible values:
91+
92+
Possible values:
8893
- `auto` to auto-detect the backend (default)
8994
- `uv` to use the [uv](https://docs.astral.sh/uv) package manager
9095
- `none` to not use a package manager backend and display messages for some operations.
@@ -109,7 +114,8 @@ Supported options:
109114
- `--frozen` to leave the virtual environment and lockfile unchanged
110115
- `--quiet` to suppress output
111116
- `--backend` to specify a package manager backend to use. The default is to auto-detect.
112-
Possible values:
117+
118+
Possible values:
113119
- `auto` to auto-detect the backend (default)
114120
- `uv` to use the [uv](https://docs.astral.sh/uv) package manager
115121
- `none` to not use a package manager backend and display messages for some operations.
@@ -209,7 +215,8 @@ Supported options:
209215
- `--frozen` to leave the virtual environment and lockfile unchanged
210216
- `--quiet` to suppress output
211217
- `--backend` to specify a package manager backend to use. The default is to auto-detect.
212-
Possible values:
218+
219+
Possible values:
213220
- `auto` to auto-detect the backend (default)
214221
- `uv` to use the [uv](https://docs.astral.sh/uv) package manager
215222
- `none` to not use a package manager backend and display messages for some operations.
@@ -234,7 +241,8 @@ Supported options:
234241
- `--quiet` to suppress output
235242
- `--frozen` to leave the virtual environment and lockfile unchanged (i.e. do not install dependencies, nor update lockfiles)
236243
- `--backend` to specify a package manager backend to use. The default is to auto-detect.
237-
Possible values:
244+
245+
Possible values:
238246
- `auto` to auto-detect the backend (default)
239247
- `uv` to use the [uv](https://docs.astral.sh/uv) package manager
240248
- `none` to not use a package manager backend and display messages for some operations.
@@ -267,7 +275,8 @@ Supported options:
267275
- `--badges` to also add badges to the README.md file
268276
- `--quiet` to suppress output
269277
- `--backend` to specify a package manager backend to use. The default is to auto-detect.
270-
Possible values:
278+
279+
Possible values:
271280
- `auto` to auto-detect the backend (default)
272281
- `uv` to use the [uv](https://docs.astral.sh/uv) package manager
273282
- `none` to not use a package manager backend and display messages for some operations.
@@ -286,7 +295,8 @@ Other supported options:
286295
- `--overwrite` to overwrite all existing author information
287296
- `--quiet` to suppress output
288297
- `--backend` to specify a package manager backend to use. The default is to auto-detect.
289-
Possible values:
298+
299+
Possible values:
290300
- `auto` to auto-detect the backend (default)
291301
- `uv` to use the [uv](https://docs.astral.sh/uv) package manager
292302
- `none` to not use a package manager backend and display messages for some operations.
@@ -313,7 +323,8 @@ Supported options:
313323
- `--quiet` to suppress output
314324
- `--frozen` to leave the virtual environment and lockfile unchanged (i.e. do not install dependencies, nor update lockfiles)
315325
- `--backend` to specify a package manager backend to use. The default is to auto-detect.
316-
Possible values:
326+
327+
Possible values:
317328
- `auto` to auto-detect the backend (default)
318329
- `uv` to use the [uv](https://docs.astral.sh/uv) package manager
319330
- `none` to not use a package manager backend and display messages for some operations.
@@ -337,7 +348,8 @@ Supported options:
337348
- `--offline` to disable network access and rely on caches
338349
- `--quiet` to suppress output
339350
- `--backend` to specify a package manager backend to use. The default is to auto-detect.
340-
Possible values:
351+
352+
Possible values:
341353
- `auto` to auto-detect the backend (default)
342354
- `uv` to use the [uv](https://docs.astral.sh/uv) package manager
343355
- `none` to not use a package manager backend and display messages for some operations.

0 commit comments

Comments
 (0)