diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 15:54:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 15:54:16 -0500 |
| commit | 48e4bcddb3326292342dfd831f0c4edc40bdac81 (patch) | |
| tree | a9be35ff2bd46a5cc000229b58323d673a61c664 /main.go | |
| parent | eef1fc09132415c28796c36eccf03de3654aedfd (diff) | |
fixes in ENV
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ var resources embed.FS func main() { me = new(autoType) me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args + ENV.PrintTable() me.forge, _ = forgepb.Init() me.found = new(gitpb.Repos) |
