Skip to content

Commit a5375c3

Browse files
committed
remove cli switches from docs
Signed-off-by: virgo-o <virgoj@protonmail.com>
1 parent bf2a90d commit a5375c3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/usage.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ The full documentation can be issued by running with ``environment --help``:
8181
(default: application)
8282
--short-PURLs Omit all qualifiers from PackageURLs.
8383
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
84-
--schema-version <version>
85-
DEPRECATED alias for "--spec-version"
8684
--sv <version>, --spec-version <version>
8785
Which version of CycloneDX to use.
8886
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
@@ -94,7 +92,6 @@ The full documentation can be issued by running with ``environment --help``:
9492
Which output format to use.
9593
{choices: JSON, XML}
9694
(default: JSON)
97-
--outfile <file> DEPRECATED alias for "--output-file".
9895
-o <file>, --output-file <file>
9996
Path to the output file.
10097
(set to "-" to output to STDOUT)
@@ -255,8 +252,6 @@ The full documentation can be issued by running with ``pipenv --help``:
255252
(default: application)
256253
--short-PURLs Omit all qualifiers from PackageURLs.
257254
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
258-
--schema-version <version>
259-
DEPRECATED alias for "--spec-version"
260255
--sv <version>, --spec-version <version>
261256
Which version of CycloneDX to use.
262257
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
@@ -268,7 +263,6 @@ The full documentation can be issued by running with ``pipenv --help``:
268263
Which output format to use.
269264
{choices: JSON, XML}
270265
(default: JSON)
271-
--outfile <file> DEPRECATED alias for "--output-file".
272266
-o <file>, --output-file <file>
273267
Path to the output file.
274268
(set to "-" to output to STDOUT)
@@ -333,8 +327,6 @@ The full documentation can be issued by running with ``poetry --help``:
333327
(default: application)
334328
--short-PURLs Omit all qualifiers from PackageURLs.
335329
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
336-
--schema-version <version>
337-
DEPRECATED alias for "--spec-version"
338330
--sv <version>, --spec-version <version>
339331
Which version of CycloneDX to use.
340332
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
@@ -346,7 +338,6 @@ The full documentation can be issued by running with ``poetry --help``:
346338
Which output format to use.
347339
{choices: JSON, XML}
348340
(default: JSON)
349-
--outfile <file> DEPRECATED alias for "--output-file".
350341
-o <file>, --output-file <file>
351342
Path to the output file.
352343
(set to "-" to output to STDOUT)
@@ -407,8 +398,6 @@ The full documentation can be issued by running with ``requirements --help``:
407398
(default: application)
408399
--short-PURLs Omit all qualifiers from PackageURLs.
409400
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
410-
--schema-version <version>
411-
DEPRECATED alias for "--spec-version"
412401
--sv <version>, --spec-version <version>
413402
Which version of CycloneDX to use.
414403
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
@@ -420,7 +409,6 @@ The full documentation can be issued by running with ``requirements --help``:
420409
Which output format to use.
421410
{choices: JSON, XML}
422411
(default: JSON)
423-
--outfile <file> DEPRECATED alias for "--output-file".
424412
-o <file>, --output-file <file>
425413
Path to the output file.
426414
(set to "-" to output to STDOUT)

0 commit comments

Comments
 (0)