Sorrow446 / go-mp4tag

MP4 tag library written in Go.
MIT License
12 stars 7 forks source link

Add a command-line tool #3

Closed prologic closed 2 years ago

prologic commented 2 years ago

Add a (for example) ./cmd/mp4tag/main.go command-line implementation that uses this library so it can be used as both a library and tool

Sorrow446 commented 2 years ago

Hello, I already have this planned :p. If you'd like to make a start on this yourself, please use https://github.com/alexflint/go-arg. I'll start work on it tomorrow if you haven't already.

prologic commented 2 years ago

Ahh I would have used https://github.com/spf13/pflag myself 😅 so I'll let you at it! 😂 I'm not familiar with go-arg sorry!

Sorrow446 commented 2 years ago

All done.