From fa1738268c07ec15b7e3a714d9a691af66383d54 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 14 Nov 2019 11:08:29 +0100 Subject: [PATCH] robo: add page --- pages/common/robo.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/robo.md 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}}`