piotrmurach / tty

Toolkit for developing sleek command line apps.
https://ttytoolkit.org
MIT License
2.5k stars 78 forks source link

Clarify how to add subcommands. #53

Closed bovender closed 4 years ago

bovender commented 5 years ago

Describe the change

Updates the README.md file to help people understand that subcommands cannot be added to existing commands.

Why are we doing this?

Because auf #46, which also caused me some headaches.

Benefits

It helps users to better understand how teletype works.

Drawbacks

It does not address the problem the teletype crashes ungracefully when attempting to add a subcommand to an existing command.

Requirements

Put an X between brackets on each line if you have done the item:

piotrmurach commented 4 years ago

Thank you! ❤️