forked from TrueCloudLab/frostfs-node
8 lines
127 B
Go
8 lines
127 B
Go
|
package commonflags
|
||
|
|
||
|
const (
|
||
|
ConfigFlag = "config"
|
||
|
ConfigFlagShorthand = "c"
|
||
|
ConfigFlagUsage = "Config file"
|
||
|
)
|