Added documentation for the exec and exec_all commands.

This commit is contained in:
Jeremy Cook
2014-04-13 14:58:54 -04:00
parent 8428ad1c9c
commit c790e34b39

View File

@@ -64,6 +64,14 @@ To open your default editor in the root of a castle (the $EDITOR environment var
homesick open CASTLE
To execute a shell command inside the root directory of a given castle:
homesick exec CASTLE COMMAND
To execute a shell command inside the root directory of every cloned castle:
homesick exec_all COMMAND
Not sure what else homesick has up its sleeve? There's always the built in help:
homesick help