refactor: remove system directory from meta_plugin
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
29079ccb24
commit
73f23ff036
13
src/meta_plugin/mod.rs
Normal file
13
src/meta_plugin/mod.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
pub mod cwd;
|
||||
pub mod user;
|
||||
pub mod shell;
|
||||
pub mod shell_pid;
|
||||
pub mod keep_pid;
|
||||
pub mod hostname;
|
||||
|
||||
pub use cwd::CwdMetaPlugin;
|
||||
pub use user::UserMetaPlugin;
|
||||
pub use shell::ShellMetaPlugin;
|
||||
pub use shell_pid::ShellPidMetaPlugin;
|
||||
pub use keep_pid::KeepPidMetaPlugin;
|
||||
pub use hostname::HostnameMetaPlugin;
|
||||
Reference in New Issue
Block a user