Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/build/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ option:
allow-list:
- none
- text
- json
version:
default: text
allow-list:
Expand Down
1 change: 1 addition & 0 deletions src/build/help/help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2734,6 +2734,7 @@
<list>
<list-item><id>none</id> - No verify output.</list-item>
<list-item><id>text</id> - Output verify information to stdout.</list-item>
<list-item><id>json</id> - Output verify information to stdout in json format.</list-item>
</list>
</text>

Expand Down
Loading