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 105a03e commit 88f16bcCopy full SHA for 88f16bc
ironfish-cli/src/flags.ts
@@ -34,6 +34,7 @@ export const VerboseFlag = Flags.boolean({
34
char: 'v',
35
default: false,
36
description: 'Set logging level to verbose',
37
+ helpGroup: 'GLOBAL',
38
})
39
40
export const ColorFlag = Flags.boolean({
@@ -45,13 +46,15 @@ export const ColorFlag = Flags.boolean({
45
46
export const ConfigFlag = Flags.string({
47
default: DEFAULT_CONFIG_NAME,
48
description: 'The name of the config file to use',
49
50
51
52
export const DataDirFlag = Flags.string({
53
char: 'd',
54
default: DEFAULT_DATA_DIR,
55
description: 'The path to the data dir',
56
env: 'IRONFISH_DATA_DIR',
57
58
59
60
export const RpcUseIpcFlag = Flags.boolean({
0 commit comments