commit | 15fb7fa88187f5841088721a43609bffe64a8dc7 | [log] [tgz] |
---|---|---|
author | Daniel Himmelstein <daniel.himmelstein@gmail.com> | Sat Dec 07 07:14:40 2019 -0700 |
committer | Inada Naoki <songofacandy@gmail.com> | Sat Dec 07 23:14:40 2019 +0900 |
tree | df7fccd740a6002f7dcffdeed1ecff9c910c9582 | |
parent | 4443450fdaf248427cf4a00a6ee36229e6402ec6 [diff] [blame] |
bpo-29636: json.tool: Add document for indentation options. (GH-17482) And updated test to use subprocess.run
diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 573ec1c..cfe68c9 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst
@@ -744,6 +744,12 @@ .. 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.