Rocketmq Completion

GitHub release License

RocketMq Completion is a tool, support bash tab completion for Apache RocketMq bash command

Use complete technology to reduce the cost of command-line interaction and the probability of error

install

[Recommend] Standard installation method

for bcfile in ~/.bash_completion.d/* ; do
  . $bcfile
done
complete -p | grep -e mqadmin

The following appears in the output as successful

complete -F _mqadmin mqadmin

Universal installation method

source /path/mqadmin_completion
complete -p | grep -e mqadmin

The following appears in the output as successful

complete -F _mqadmin mqadmin

Usage

./mqadmin [tab]
./mqadmin <command> [-tab][--tab]

- Indicates a required parameter – Indicates optional parameters

About upgrading

About the author

Just a coder

License

Apache License, Version 2.0 Copyright (C) 2015-2017 Jerry