diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-31 23:13:27 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-31 23:13:27 -0500 |
| commit | 076c9ebea10fba2a978d19057caccab9e8862ab4 (patch) | |
| tree | a1ae525672109429e3a6e2fd7d5cc53f0b52106e /examples/exit_code.py | |
| parent | eb995fafdddc3de9632c3bcb05356e79ee46dc5c (diff) | |
| download | cmd2-git-076c9ebea10fba2a978d19057caccab9e8862ab4.tar.gz | |
Attempt to fix remaining black failures
Diffstat (limited to 'examples/exit_code.py')
| -rwxr-xr-x | examples/exit_code.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/exit_code.py b/examples/exit_code.py index a35b4df8..9f940f69 100755 --- a/examples/exit_code.py +++ b/examples/exit_code.py @@ -17,10 +17,9 @@ class ReplWithExitCode(cmd2.Cmd): def do_exit(self, arg_list: List[str]) -> bool: """Exit the application with an optional exit code. -Usage: exit [exit_code] - Where: - * exit_code - integer exit code to return to the shell -""" + Usage: exit [exit_code] + Where: + * exit_code - integer exit code to return to the shell""" # If an argument was provided if arg_list: try: |
