summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/scripts/save_help_text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/scripts/save_help_text.py b/examples/scripts/save_help_text.py
index 31af9515..8c3dc9e7 100644
--- a/examples/scripts/save_help_text.py
+++ b/examples/scripts/save_help_text.py
@@ -1,4 +1,5 @@
# coding=utf-8
+# flake8: noqa F821
"""
A cmd2 script that saves the help text for every command and sub-commands to a file
This is meant to be run with pyscript within a cmd2 session.