diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/unfreefeatures.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/unfreefeatures.rst b/docs/unfreefeatures.rst index 93249425..795c919e 100644 --- a/docs/unfreefeatures.rst +++ b/docs/unfreefeatures.rst @@ -201,3 +201,10 @@ Presents numbered options to user, as bash ``select``. 2. salty Sauce? 2 wheaties with salty sauce, yum! + + +Exit code to shell +================== +The ``self.exit_code`` attribute of your ``cmd2`` application controls +what exit code is sent to the shell when your application exits from +``cmdloop()``. |