justinDeu / chatty

0 stars 1 forks source link

Dev Command Console #13

Closed justinDeu closed 2 months ago

justinDeu commented 2 months ago

Add a debug command console that can be activated with a key bind such as C-d which opens a text menu that allows for entering commands to cause behaviors on the system. Example commands inculde:

This should only be available in a development build of chatty and all functionality should be removed for a real build.

justinDeu commented 2 months ago

Would use #[cfg(debug_assertions)] to only include in development builds