pyproject-fmt - Reformat the given 'pyproject.toml' file
Contents
Description
pyproject-fmt is designed to reformat the provided 'pyproject.toml' file file via the command line.
Name
pyproject-fmt - Reformat the given 'pyproject.toml' file
Options
-E,--encoder-classTEXT
The class to encode the config to TOML with. [default: pyproject_parser:PyProjectTomlEncoder]
-d,--show-diff
Show a (coloured) diff of changes.
--colour/--no-colour
Whether to use coloured output.
-P,--parser-classTEXT
The class to parse the 'pyproject.toml' file with. [default: pyproject_parser:PyProject]
-T,--traceback
Show the complete traceback on error.
-h,--help
Show the help message and exit.
Usage
pyproject-fmt [OPTIONS] [PROJECT]
