We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdc4a7 commit 44d9932Copy full SHA for 44d9932
src/commands/scan/cmd-scan-reach.mts
@@ -17,7 +17,7 @@ const { DRY_RUN_BAILING_NOW } = constants
17
const config: CliCommandConfig = {
18
commandName: 'reach',
19
description: 'Compute tier 1 reachability',
20
- hidden: true, // b-e-tah
+ hidden: true,
21
flags: {
22
...commonFlags,
23
...outputFlags,
0 commit comments