So in the readme you have something like:
./githubber --completion >> ~/githubber.completion.sh
echo 'source ~/githubber.completion.sh' >> .bash_profile
And the user has to do this. Is there a way to automate this, because it's going to be hard to get the user to run something like that for every cli tool they want to use..
So in the readme you have something like:
And the user has to do this. Is there a way to automate this, because it's going to be hard to get the user to run something like that for every cli tool they want to use..