We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6453fbd commit 64ee1a2Copy full SHA for 64ee1a2
wslplugins-rs/src/api/command.rs
wslplugins-rs/src/api/mod.rs
@@ -24,7 +24,7 @@ pub use errors::Result;
24
25
/// The `utils` module provides utility functions and helpers for working with the WSL Plugin API.
26
///
27
-mod command;
28
/// These utilities simplify common tasks, such as version checking or string manipulation.
29
pub mod utils;
30
-pub use command::Command;
+pub mod wsl_command;
+pub use wsl_command::WSLCommand;
0 commit comments