mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-30 12:21:58 +00:00
local -> cli_only;remote -> rpc_only;both -> local
This commit is contained in:
@@ -5,8 +5,9 @@ mod parse;
|
||||
|
||||
pub enum ExecutionContext {
|
||||
Standard,
|
||||
LocalOnly(Path),
|
||||
RemoteOnly(Path),
|
||||
CliOnly(Path),
|
||||
RpcOnly(Path),
|
||||
Local(Path),
|
||||
}
|
||||
impl Default for ExecutionContext {
|
||||
fn default() -> Self {
|
||||
|
||||
Reference in New Issue
Block a user