Added config option overrides to args
This commit is contained in:
@@ -8,4 +8,4 @@ edition = "2021"
|
||||
[dependencies]
|
||||
abi_stable = "0.11.1"
|
||||
anyrun-interface = { path = "../anyrun-interface" }
|
||||
anyrun-plugin-macros = { path = "../anyrun-plugin-macros" }
|
||||
anyrun-macros = { path = "../anyrun-macros" }
|
||||
|
||||
@@ -6,7 +6,7 @@ on what each of these should be is found in their respective attribute macros.
|
||||
!*/
|
||||
|
||||
pub use anyrun_interface::{self, HandleResult, Match, PluginInfo};
|
||||
pub use anyrun_plugin_macros::*;
|
||||
pub use anyrun_macros::{get_matches, handler, info, init};
|
||||
|
||||
/*
|
||||
The macro to create a plugin, handles asynchronous execution of getting the matches and the boilerplate
|
||||
|
||||
Reference in New Issue
Block a user