Skip to content

Commit a4b680f

Browse files
committed
fix: clean up reachability flags description formatting
Consolidate multi-line description for reachDisableExternalToolChecks flag to a single line for consistency with other flag definitions in the file.
1 parent aa57752 commit a4b680f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/commands/scan/reachability-flags.mts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ export const reachabilityFlags: MeowFlags = {
2828
reachDisableExternalToolChecks: {
2929
type: 'boolean',
3030
default: false,
31-
description:
32-
'Disable external tool checks during reachability analysis.',
31+
description: 'Disable external tool checks during reachability analysis.',
3332
},
3433
reachDebug: {
3534
type: 'boolean',

0 commit comments

Comments
 (0)