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.
basedirs
1 parent 006ae99 commit ed6226dCopy full SHA for ed6226d
cmd/snowsaw/snowsaw.go
@@ -72,7 +72,7 @@ func init() {
72
rootCmd.PersistentFlags().StringVar(&explicitConfigFilePath, "config", "", "path to the configuration file")
73
rootCmd.PersistentFlags().BoolVar(&debug, "debug", false, "enable debug information output")
74
rootCmd.PersistentFlags().StringSliceVarP(
75
- &snowblockBaseDirs, "basedirs", "b", config.AppConfig.Snowblocks.Paths,
+ &snowblockBaseDirs, "basedirs", "b", config.AppConfig.Snowblocks.BaseDirs,
76
"comma-separated paths to snowblock base directories")
77
78
// Set the app version information for the automatically generated `version` flag.
0 commit comments