Colcon aliases ?
Hi all,
is there a way to define custom aliases for colcon similarly to what's possible with catkin tools??
Thanks.
Hi all,
is there a way to define custom aliases for colcon similarly to what's possible with catkin tools??
Thanks.
colcon
doesn't offer aliases atm.
While you could create a Python package adding those that would be rather heavy weight for an alias.
You could also define the alias in your shell.
Thanks for the answer. While having shell alias is handy for some cmd, it would still be nice to have aliases for command/verbs or options. E.g. build --package-up-to
-> --build-to
or --event-handlers console_direct+
-> --verbose
or --event-handlers console_direct+ --pytest-args -s
-> --pytest-verbose
, you got the idea.
Marking as correct answer since it does answer the initial question.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2019-08-19 09:18:56 -0600
Seen: 27 times
Last updated: Aug 19 '19