Skip to content

Commit 2e8211e

Browse files
committed
Add quiet flag to help menu
1 parent c01bc68 commit 2e8211e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/sourcebit.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ commander
1010
.command("fetch")
1111
.option("-c, --configPath", "specify the location of the configuration file")
1212
.option("-w, --watch", "run continuously in watch mode")
13+
.option("-q, --quiet", "disable logging messages to the console")
1314
.action(({ configPath: customConfigPath, watch }) => {
1415
const configPath = path.resolve(
1516
process.cwd(),

0 commit comments

Comments
 (0)