virtuoso-cli 0.1.2

CLI tool to control Cadence Virtuoso from anywhere, locally or remotely
Documentation
1
2
3
4
5
6
7
pub const SUCCESS: i32 = 0;
pub const GENERAL_ERROR: i32 = 1;
pub const USAGE_ERROR: i32 = 2;
pub const NOT_FOUND: i32 = 3;
pub const PERMISSION_DENIED: i32 = 4;
pub const CONFLICT: i32 = 5;
pub const DRY_RUN_OK: i32 = 10;