mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
4 lines
64 B
Rust
4 lines
64 B
Rust
pub struct Command {
|
|
name: String,
|
|
args: Vec<String>,
|
|
}
|