diff --git a/pages/common/robo.md b/pages/common/robo.md new file mode 100644 index 0000000000..45f3582243 --- /dev/null +++ b/pages/common/robo.md @@ -0,0 +1,12 @@ +# robo + +> PHP task runner. +> More information: . + +- Run a specific command: + +`robo {{foo}}` + +- Simulate running a specific command: + +`robo --simulate {{foo}}`