Skip to content

Commit 5ee5742

Browse files
author
gary houbre
committed
Added more information
1 parent abcfd55 commit 5ee5742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

console.rst

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ want a command to create a user::
4747
{
4848
// ... put here the code to run in your command
4949

50+
// this method must return an integer number with the "exit status code"
51+
// of the command.
52+
5053
// return this if there was no problem running the command
5154
return 0;
5255

0 commit comments

Comments
 (0)