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 6c7ce25 commit a774b93Copy full SHA for a774b93
lib/flags.js
@@ -383,7 +383,9 @@ const flags = [
383
{
384
name: 'offline',
385
boolean: true,
386
- sections: null
+ color: chalk.cyan,
387
+ sections: ['regular'],
388
+ description: ['Prevent making network calls.']
389
},
390
gitHubAuthFlag,
391
test/snapshots/help/default.txt
@@ -91,6 +91,9 @@ You can customize the review command with the following flags:
91
--no-details
92
Hide the details from error reports for a more compact view.
93
94
+ --offline
95
+ Prevent making network calls.
96
+
97
--ignore-dirs <dir1,dir2,...>
98
Ignore the reports of all rules for the specified directories.
99
0 commit comments