We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068e83f commit 8bb92a8Copy full SHA for 8bb92a8
examples/scripts/save_help_text.py
@@ -1,8 +1,8 @@
1
# coding=utf-8
2
# flake8: noqa F821
3
"""
4
-A cmd2 script that saves the help text for every command and sub-commands to a file
5
-This is meant to be run with pyscript within a cmd2 session.
+A cmd2 script that saves the help text for every command and sub-command to a file.
+This is meant to be run within a cmd2 session using pyscript.
6
7
8
import argparse
0 commit comments