virtuoso-cli 0.1.6

CLI tool to control Cadence Virtuoso from anywhere, locally or remotely
Documentation
1
2
3
4
5
6
7
8
pub mod action;
pub mod data;
pub mod event;
pub mod overlay;
pub mod state;

pub use action::handle_action;
pub use event::on_key;