Add --sort-by flag to threads sub-command (#75)

* Add --sort-by flag to threads sub-command

* Add some sanity test commands to tox
This commit is contained in:
Dave Gallant
2020-08-02 19:30:04 -04:00
committed by GitHub
parent 83d583d2b0
commit 20089bc699
16 changed files with 150 additions and 119 deletions

View File

@@ -6,3 +6,5 @@ __title__ = "RFD CLI"
__author__ = "Dave Gallant"
__license__ = "Apache 2.0"
__copyright__ = "(c) 2018 Dave Gallant"
API_BASE_URL = "https://forums.redflagdeals.com"