MewX / KanTV-downloader-cli

(KanTV is down forever) “看TV”下载器,命令行版,使用Android API,Go语言编写。 Downloading KanTV videos via command line interface (CLI) written in Go.
GNU General Public License v3.0
2 stars 1 forks source link

Add CLI interface for non-interactive #4

Closed MewX closed 5 years ago

MewX commented 5 years ago

Using bazel + gazelle builds.

Going to support non-interactive cli mode only.

CLI module:

Should provide place holder arguments:

MewX commented 5 years ago

Each placeholder should be tracked in separate issues

MewX commented 5 years ago

Used an old version of https://github.com/urfave/cli because newer version used go.mod which was poorly supported by gazelle.