This commit is contained in:
Cedric Hutchings 2019-11-08 00:50:29 -05:00 committed by Timon
parent 8bb2b20faf
commit 053a027ee6

View File

@ -16,7 +16,7 @@
//! ## Command API //! ## Command API
//! //!
//! The command API makes the use of `crossterm` much easier and offers more control over when and how a //! The command API makes the use of `crossterm` much easier and offers more control over when and how a
//! command is executed. An command is just an action you can perform on the terminal e.g. cursor movement. //! command is executed. A command is just an action you can perform on the terminal e.g. cursor movement.
//! //!
//! The command API offers: //! The command API offers:
//! //!