ludviglundgren / qbittorrent-cli

Cli to manage qBittorrent
MIT License
159 stars 17 forks source link

feat: validate hashes #98

Closed ludviglundgren closed 3 months ago

ludviglundgren commented 3 months ago

Add validation for hashes on various commands. It checks for alpha-numeric strings with a certain length. It does however not validate that the hashes actually exists in the client.

Related #94