We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per #53 -f/--follow option is introduced, we need somehow to note this fact for the commands described in the commands config file.
-f
--follow
commands
So add support for the follow=true config option for the command, where by default if omitted it is false.
follow=true
false
The text was updated successfully, but these errors were encountered:
#55 Add support for the follow option
1602910
#55 Add support for the follow key in the commands config
2a8c1dd
c965f11
#55 Update documentation about follow key in the commands config file
f503244
zshamrock
No branches or pull requests
As per #53
-f
/--follow
option is introduced, we need somehow to note this fact for the commands described in thecommands
config file.So add support for the
follow=true
config option for the command, where by default if omitted it isfalse
.The text was updated successfully, but these errors were encountered: