Jinmo / idapkg

Packages for IDA Pro (written in python but supports all)
MIT License
131 stars 16 forks source link

Minor mistake in the usage comment of `pkg.remote` #20

Closed bruce30262 closed 3 years ago

bruce30262 commented 3 years ago

In commands.py, remote() has the following usage comment:

Find a remote package from given repos.
................(omitted)...................
:type repo: str or list(str) or None
:returns: None if package is not found, else InstallablePackage instance.
:rtype: InstallablePackage

The type of repo should be "list(str) or None", as stated in install().

Am too lazy to send a PR