jsvine / waybackpack

Download the entire Wayback Machine archive for a given URL.
MIT License
2.8k stars 189 forks source link

Short argument names #43

Open balazser opened 3 years ago

balazser commented 3 years ago

Thank you for the tool. Do you think we should add short names for arguments used frequently? Like: --list -> -l --uniques-only] -> -u

jjjake commented 3 years ago

Hi @balazser, most arguments have short names. Do you have an example of one that doesn't that you'd like to see added? There are certain arguments that I chose not to give short names to, so it's very clear what is happening (e.g. ia upload --delete).

Thanks for taking the time to give some feedback!

jsvine commented 3 years ago

@jjjake: Is it possible that you're confusing this repo (waybackpack) with your own (internetarchive)? 🙃

@balazser: Thanks for the suggestion. It's a reasonable one, and something I'll consider implementing.