-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
Description
Most verbs now have a --workspace
and --profile
argument. I think it would be good to move these to the main catkin
command to clean the cli documentation up. This would have effects like the following:
Instead of:
catkin build --workspace /path/to/ws --profile debug
You would run:
catkin --workspace /path/to/ws --profile debug build