quick-alias will be usefull for creating aliases for part of the command or full command.
All of the alias mapping will be store in toml file on user machine.
User can add/remove these aliasing via command.
Example:
===== q_alias.ini ====
bb=bazel build
db_path=my/db/path/here/
merge_path=merge/path/here/
===== /q_alias.toml ===
Now you can use it as qa {bb} {db_path}/new/{merge_path}
qa {bb} {db_path}/new/{merge_path} => bazel build my/db/path/here/new/my/merge/path/here/