From 37b0c1c95f12d0b11add3340c969129ce10c1c10 Mon Sep 17 00:00:00 2001 From: Volker Dusch Date: Wed, 18 Jul 2012 15:14:29 +0300 Subject: [PATCH] Updated the CLI example to use a proper exit code. Closes #121 --- _posts/03-05-01-Command-Line-Interface.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_posts/03-05-01-Command-Line-Interface.md b/_posts/03-05-01-Command-Line-Interface.md index 2ab6df0..3371823 100644 --- a/_posts/03-05-01-Command-Line-Interface.md +++ b/_posts/03-05-01-Command-Line-Interface.md @@ -23,7 +23,8 @@ Let's write a simple "Hello, $name" CLI program. To try it out, create a file na {% highlight php %}