Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/migrating/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Migrating From cmd
# Upgrading from cmd to cmd2

If you're thinking of migrating your [cmd](https://docs.python.org/3/library/cmd.html) app to
`cmd2`, this section will help you decide if it's right for your app, and show you how to do it.
If you're thinking of upgrading your [cmd](https://docs.python.org/3/library/cmd.html) app to be
based on `cmd2`, this section will help you decide if it's right for your app, and show you how to
do it.

- [Why cmd2](why.md) - we try and convince you to use `cmd2` instead of
[cmd](https://docs.python.org/3/library/cmd.html)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ nav:
- overview/integrating.md
- overview/alternatives.md
- overview/resources.md
- Migrating From cmd:
- Upgrading from cmd to cmd2:
- migrating/index.md
- migrating/why.md
- migrating/incompatibilities.md
Expand Down
Loading