Skip to content

Commit d24f1ad

Browse files
committed
Fixed allow_redirection documentation
1 parent 699c90e commit d24f1ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/features/redirection.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Disabling Redirection
6464
from cmd2 import Cmd
6565
class App(Cmd):
6666
def __init__(self):
67+
super().__init__()
6768
self.allow_redirection = False
6869

6970
cmd2's parser will still treat the ``>``, ``>>``, and `|` symbols as output

0 commit comments

Comments
 (0)