Skip to main content

input/
input.rs

1use dmenu_facade::*;
2
3fn main() {
4    println!("{}", DMenu::default().execute_as_input().unwrap());
5}