What i have done this week
Since we can parse a shell script into statements now. We need to fiter the install command and extact what will be installed in the command.
I use filter_install_command() to get installed packages in the commands. It works well with the package-manager commands like apt-get.
But for commands like wget, these are downloading or file-manager commands, we need to figure out how to deal with them.
TO DO
Modify the draft PR to be able to merged. Give a try on parsing commands like wget, tar. Probably adding these commands to snippest.yml.
Did i get stuck somewhere?
Not yet.
from Planet Python
via read more
No comments:
Post a Comment