We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de3fbd commit 1b3e93cCopy full SHA for 1b3e93c
1 file changed
tests/cli.test.ts
@@ -19,6 +19,7 @@ describe('cli args parsing', () => {
19
categoryNetwork: true,
20
'auto-connect': undefined,
21
autoConnect: undefined,
22
+ stealth: false,
23
};
24
25
it('parses with default args', async () => {
0 commit comments