Skip to content

Commit 2f87cfc

Browse files
committed
Rename command
1 parent 623b066 commit 2f87cfc

File tree

3 files changed

+251
-160
lines changed

3 files changed

+251
-160
lines changed

wslplugins-rs/src/api/command.rs

Lines changed: 0 additions & 158 deletions
This file was deleted.

wslplugins-rs/src/api/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub use errors::Result;
2424

2525
/// The `utils` module provides utility functions and helpers for working with the WSL Plugin API.
2626
///
27-
mod command;
2827
/// These utilities simplify common tasks, such as version checking or string manipulation.
2928
pub mod utils;
30-
pub use command::Command;
29+
pub mod wsl_command;
30+
pub use wsl_command::WSLCommand;

0 commit comments

Comments
 (0)