forked from catkin/catkin_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Shell support in ``catkin`` command | ||
=================================== | ||
|
||
When you source the following file, you can use bash/zsh shell functions which provide added utility. | ||
|
||
.. code-block:: shell | ||
. /opt/ros/indigo/etc/bash_completion.d/catkin_shell_verbs.{bash,zsh} | ||
Provided verbs are: | ||
|
||
- ``cd`` -- Change to package directory in source space | ||
- ``source`` -- Source the develspace or installspace of the containing workspace | ||
|
||
Full Command-Line Interface | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Change to package directory in source space with `cd` verb. | ||
|
||
.. code-block:: text | ||
usage: catkin cd [ARGS...] | ||
ARGS are any valid catkin locate arguments | ||
The `source` verb sources the develspace or installspace of the containing workspace | ||
|
||
.. code-block:: text | ||
usage: catkin source [-w /path/to/ws] | ||
Sources setup.sh in the workspace. | ||
optional arguments: | ||
-w [/path/to/ws] Source setup.sh from given workspace. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters