diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-08 21:02:11 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-08 21:02:11 -0400 |
commit | 8410d4673cefab258c5d3d611365cbb8725a10ab (patch) | |
tree | fab120baf8eaea037cd704da75e2b1dbed09e746 /docs/migrating/why.rst | |
parent | 3ed1060eeb2bed51cc471e9fd5dcd7df58573207 (diff) | |
download | cmd2-git-8410d4673cefab258c5d3d611365cbb8725a10ab.tar.gz |
Addressed PR recommendations
Diffstat (limited to 'docs/migrating/why.rst')
-rw-r--r-- | docs/migrating/why.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/migrating/why.rst b/docs/migrating/why.rst index 9c0a0d39..1561bb91 100644 --- a/docs/migrating/why.rst +++ b/docs/migrating/why.rst @@ -22,7 +22,9 @@ cmd2 functionality to make it quicker and easier for developers to create feature-rich interactive command-line applications which delight customers. -``cmd2`` can be used as a drop-in replacement for cmd_. Simply importing +``cmd2`` can be used as a drop-in replacement for cmd_ with a few minor +discrepancies as discussed in the +:ref:`migrating/incompatibilities:Incompatibilities` section. Simply importing ``cmd2`` in place of cmd_ will add many features to an application without any further modifications. Migrating to ``cmd2`` will also open many additional doors for making it possible for developers to provide a top-notch interactive |