worf/src/lib/system.rs
Alexander Mohr f398848dcf drun:
* move drun into modes
* add support for wrapping labels
* make MenuItem a generic struct
* add optional field to struct to pass data along
* merge config and args
2025-04-19 01:41:40 +02:00

3 lines
58 B
Rust

use anyhow::anyhow;
use std::env;
use std::path::PathBuf;