Skip to content

Commit

Permalink
🔨📝 add LICENSE_EXPR metavar and doc
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 23, 2024
1 parent 1c48693 commit 1614d31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ozi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
license-id
status
topic
LICENSE_EXPR:
see https://spdx.github.io/spdx-spec/v2-draft/SPDX-license-expressions/
""" # pragma: no cover
from __future__ import annotations # pragma: no cover

Expand Down Expand Up @@ -88,6 +91,7 @@
helpers.add_argument( # pragma: no cover
'-e',
'--check-license-expr',
metavar='LICENSE_EXPR',
action='store_const',
default=lambda: None,
const=license_expression,
Expand Down

0 comments on commit 1614d31

Please sign in to comment.