We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc3517 commit d31eb36Copy full SHA for d31eb36
src/orthw/commands/scan.py
@@ -70,7 +70,9 @@ def scan(
70
71
@command_group.command(
72
name="scan",
73
- help=("Runs ORT Scanner on given source code directory to via external scanners " "detect licenses and copyrights."),
+ help=(
74
+ "Runs ORT Scanner on given source code directory to via external scanners " "detect licenses and copyrights."
75
+ ),
76
short_help=(
77
"Runs ORT Scanner on given source code directory to via external scanners " "detect licenses and copyrights."
78
),
0 commit comments