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 69a94ed commit 58268b1Copy full SHA for 58268b1
config.go
@@ -0,0 +1,9 @@
1
+package main
2
+
3
+// Config all configuration entries supported by this application.
4
+type Config struct {
5
+ BaseDir string // base directory
6
+ SkipNotFound bool // make sure all directories in path exist
7
+ SkipDuplicates bool // skip duplicated entries to compose PATH
8
+ Verbose bool // make output verbose
9
+}
0 commit comments