mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-04-01 13:13:40 +00:00
custom_cli
This commit is contained in:
@@ -10,6 +10,11 @@ pub enum ExecutionContext {
|
||||
CliOnly(Path),
|
||||
RpcOnly(Path),
|
||||
Local(Path),
|
||||
CustomCli {
|
||||
custom: Path,
|
||||
cli: Path,
|
||||
is_async: bool,
|
||||
},
|
||||
}
|
||||
impl Default for ExecutionContext {
|
||||
fn default() -> Self {
|
||||
|
||||
Reference in New Issue
Block a user