Added generation of completion file for hivemind (hive)
Usage is quite easy, after installing, just type: hive completion
Rest of instructions are in hive-completion.bash
generated file.
Completion is generated, by scrapping argparse
witch is filled with avaiable flags.
Here is part of instruction from generated file:
# if you want to have completion everywhere, execute theese commands
ln $PWD/hive-completion.bash $HOME/.local/
echo "source $HOME/.local/hive-completion.bash" >> $HOME/.bashrc
source $HOME/.bashrc