You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could provide an entry point where users could provide their custom commands by configuring them as simple strings. This way users can add specific functionality they need for their daily business without going all the effort of adding a new click command and having this integrated.
Configuration
In the config file there could be a section for this
custom_commands: {
- vcs_pull: cd $ROB_FOLDERS_ROOT_ENV && vcs pull colcon_ws/src}
Command
The command could be either added to toplevel, so the above would add a fzirob wcs_pull command or they could all be assembled behind a custom command resultin in fzirob custom vcs_pull.
The text was updated successfully, but these errors were encountered:
We could provide an entry point where users could provide their custom commands by configuring them as simple strings. This way users can add specific functionality they need for their daily business without going all the effort of adding a new
click
command and having this integrated.Configuration
In the config file there could be a section for this
Command
The command could be either added to toplevel, so the above would add a
fzirob wcs_pull
command or they could all be assembled behind acustom
command resultin infzirob custom vcs_pull
.The text was updated successfully, but these errors were encountered: