ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Add an action for printing information #101

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

It would be useful to have an Action that can print an InfoMessage, so that functions like command() which return a series of actions to perform can provide informational messages that aren't CommandError::Error.