add an option alias -O for the old obi format

This commit is contained in:
2022-02-24 07:26:55 +01:00
parent f5b278f5ec
commit f18cc034bb
5 changed files with 44 additions and 93 deletions

1
go.mod
View File

@ -4,6 +4,7 @@ go 1.17
require (
github.com/DavidGamba/go-getoptions v0.25.3
github.com/PaesslerAG/gval v1.1.2
github.com/goccy/go-json v0.9.4
github.com/schollz/progressbar/v3 v3.8.6
github.com/tevino/abool/v2 v2.0.1