diff options
Diffstat (limited to 'c_init.go')
-rw-r--r-- | c_init.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ import ( type HardOpts struct { Icon bool Loop bool + Perc bool + Term string } // this function recurses into the specified root directory in order to load |