mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-29636: json.tool: Add document for indentation options. (GH-17482)
And updated test to use subprocess.run
This commit is contained in:
parent
4443450fda
commit
15fb7fa881
3 changed files with 35 additions and 34 deletions
|
@ -744,6 +744,12 @@ Command line options
|
|||
|
||||
.. versionadded:: 3.8
|
||||
|
||||
.. cmdoption:: --indent, --tab, --no-indent, --compact
|
||||
|
||||
Mutually exclusive options for whitespace control
|
||||
|
||||
.. versionadded:: 3.9
|
||||
|
||||
.. cmdoption:: -h, --help
|
||||
|
||||
Show the help message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue