diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-01 18:44:32 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-01 18:44:32 -0500 |
commit | 4a6171d92be9e96717d35deea7868add1c10a407 (patch) | |
tree | cc98a0f8b3d59ea637fa1e521aaadff17f9943a1 /CHANGELOG.md | |
parent | de5213605d04ded441783ad77e87e91539ceee68 (diff) | |
download | cmd2-git-4a6171d92be9e96717d35deea7868add1c10a407.tar.gz |
Updated docs about comments
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2bb782..3cc43917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,8 @@ * Removed ability to call commands in ``pyscript`` as if they were functions (e.g ``app.help()``) in favor of only supporting one ``pyscript`` interface. This simplifies future maintenance. * No longer supporting C-style comments. Hash (#) is the only valid comment marker. - * No longer supporting comments embedded in a command. Only strings where the first non-whitespace character - is a # will be treated as comments. All other # characters will be treated as literals. + * No longer supporting comments embedded in a command. Only command line input where the first + non-whitespace character is a # will be treated as a comment. * \# this is a comment * this # is not a comment |