From edf95e38a8a9b546a1434bcbfc7492122e6cae4a Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 19 Nov 2019 18:43:49 +0100 Subject: [PATCH] robo: add list example --- pages/common/robo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/robo.md b/pages/common/robo.md index 45f3582243..cbe5a69399 100644 --- a/pages/common/robo.md +++ b/pages/common/robo.md @@ -3,6 +3,10 @@ > PHP task runner. > More information: . +- List available commands: + +`robo list` + - Run a specific command: `robo {{foo}}`