You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.rst
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The full documentation can be issued by running with ``environment --help``:
56
56
57
57
$ cyclonedx-py environment --help
58
58
usage: cyclonedx-py environment [-h] [-v]
59
-
[--PEP-639] [--gather-license-texts]
59
+
[--gather-license-texts]
60
60
[--short-PURLs] [--output-reproducible]
61
61
[--validate | --no-validate]
62
62
[-o <file>] [--sv <version>] [--of <format>]
@@ -70,12 +70,10 @@ The full documentation can be issued by running with ``environment --help``:
70
70
71
71
options:
72
72
-h, --help show this help message and exit
73
-
--PEP-639 Enable license gathering according to PEP 639 (improving license clarity with better package metadata).
74
-
The behavior may change during the draft development of the PEP.
75
73
--gather-license-texts
76
74
Enable license text gathering.
77
75
--pyproject <file> Path to the root component's `pyproject.toml` file.
78
-
This should point to a file compliant with PEP 621 (storing project metadata).
76
+
This should point to a file compliant with PEP 621 (Storing project metadata in pyproject.toml). Supports PEP 639 (Improving License Clarity with Better Package Metadata).
0 commit comments