Using python3-docopt to process command-line arguments.
Lost the color and result statuses in the command-line help, but should be able to get them back.
This commit is contained in:
parent
454510f181
commit
fee10f1343
3 changed files with 31 additions and 27 deletions
|
|
@ -6,7 +6,7 @@ set -e
|
|||
|
||||
echo "Install the dependencies of the vigil script..."
|
||||
sudo apt-get --yes install python3-minimal python3-pygments python3-pyinotify \
|
||||
python3-urwid python3-psutil
|
||||
python3-urwid python3-psutil python3-docopt
|
||||
echo
|
||||
echo "Install all the tools vigil may need..."
|
||||
./install-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue