CLI #5
Closed
StefanGreve
started this conversation in
Feature Requests
CLI
#5
Replies: 1 comment
-
Closed by #17 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Preamble
The command line interface marks one of the two major features in this library and warrants special attention for this particular reason. Ease of use and obeyance to expected behavior are very important here.
Requirements
Feature bindings should be distributed between the main command (
anonpy
) and its sub-commands. As far as the main command is concerned, the following options are needed:--help
--version
--logging STR
--token STR
--user-agent STR
--proxies STR
This program should expose the following sub-commands and options [1]:
download (--url/-u STR | --batch-file/-b PATH) [--directory/-d PATH] [--verbose/-v]
upload (--path/-p PATH) [--verbose/-v]
preview (--url/-u STR) [--verbose/-v]
Remarks
--url
and--batch-file
arguments should be implemented as mutually exclusive groupsPlanning Status
Scheduled for milestone 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions