aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
Diffstat (limited to 'becommands')
-rw-r--r--becommands/init.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/becommands/init.py b/becommands/init.py
index 7d6d475..6085286 100644
--- a/becommands/init.py
+++ b/becommands/init.py
@@ -55,6 +55,7 @@ def execute(args, manipulate_encodings=True, restrict_file_access=False):
Traceback (most recent call last):
UserError: No such directory: /highly-unlikely-to-exist
>>> os.chdir('/')
+ >>> dir.cleanup()
"""
parser = get_parser()
options, args = parser.parse_args(args)