Is it possible to add update from the terminal

Hi @Asux3 what is the purpose of the --update flag?
For the update
what does it exactly update?
I believe he means an option that will automatically update the tool.
Myself wouldn't trust software updates that are unsigned. And if we want to provide secure signed updates, we will need the right infrastructure (that we don't have).
The best thing that we can offer is an alias of wifiphisher --update to git pull. It will be exactly the same though and I find no reason for it. Is git pull a problem for you?
Once the tool has been pushed to PyPi I think the problem would not exist anymore.
I'm closing this. Please use git pull for updating.
Most helpful comment
I believe he means an option that will automatically update the tool.
Myself wouldn't trust software updates that are unsigned. And if we want to provide secure signed updates, we will need the right infrastructure (that we don't have).
The best thing that we can offer is an alias of
wifiphisher --updatetogit pull. It will be exactly the same though and I find no reason for it. Isgit pulla problem for you?