custom_cli

This commit is contained in:
Aiden McClelland
2021-08-31 11:42:31 -06:00
parent 9aae157d60
commit ee9b302ecd
3 changed files with 180 additions and 36 deletions

View File

@@ -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 {