mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
wip: refactor parameters in UI start
This commit is contained in:
parent
af657ef2ec
commit
2d42766a71
4 changed files with 58 additions and 34 deletions
|
@ -7,7 +7,7 @@ use std::{collections::HashMap, path::PathBuf};
|
|||
pub struct DebugTemplate {
|
||||
pub name: String,
|
||||
pub request: String,
|
||||
pub completion: Option<Vec<String>>,
|
||||
pub completion: Vec<String>,
|
||||
pub args: HashMap<String, String>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue