Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use brackets for the default value of option arguments (#1149)
The goal is to standardize the format of the help text printed by pypa commands. It is not easy to choose between brackets `[]` and parentheses `()`. I went for the docopt style, which is the closest to a standard I could find: http://docopt.org/ [...] and whether that argument has a default value ([default: 10]). This change has already been applied to setuptools: pypa/setuptools#4442
- Loading branch information