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 c01bc68 commit 2e8211eCopy full SHA for 2e8211e
bin/sourcebit.js
@@ -10,6 +10,7 @@ commander
10
.command("fetch")
11
.option("-c, --configPath", "specify the location of the configuration file")
12
.option("-w, --watch", "run continuously in watch mode")
13
+ .option("-q, --quiet", "disable logging messages to the console")
14
.action(({ configPath: customConfigPath, watch }) => {
15
const configPath = path.resolve(
16
process.cwd(),
0 commit comments