mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
hypha: implement the ability to override the command line to execute
This commit is contained in:
6
hypha/src/shared/mod.rs
Normal file
6
hypha/src/shared/mod.rs
Normal file
@ -0,0 +1,6 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct LaunchInfo {
|
||||
pub run: Option<Vec<String>>,
|
||||
}
|
Reference in New Issue
Block a user