diff options
author | Joe <rbo@gmx.us> | 2024-01-18 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-18 20:20:20 +0100 |
commit | 0776a238c4c10a35b39160f37271bc8b5cd026b0 (patch) | |
tree | 6b4322126460d414ed7f113b47a1d2331abc8bf8 /c_init.go | |
parent | good (diff) | |
download | hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.gz hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.bz2 hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.xz hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.zst hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.zip |
split
Diffstat (limited to '')
-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 |