ludviglundgren / qbittorrent-cli

Cli to manage qBittorrent
MIT License
161 stars 18 forks source link

refactor!: add top level commands and new sub commands #70

Closed ludviglundgren closed 1 year ago

ludviglundgren commented 1 year ago

This PR introduced a lot of breaking changes.

Usage:
  qbt [command]

Available Commands:
  app         app subcommand
  bencode     bencode subcommand
  category    category subcommand
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  tag         tag subcommand
  torrent     torrent subcommand
  version     Print the version

Flags:
      --config string   config file (default is $HOME/.config/qbt/.qbt.toml)
  -h, --help            help for qbt

Use "qbt [command] --help" for more information about a command.