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