summaryrefslogtreecommitdiff
path: root/src/cmds/in/sheetedit.rs
blob: b46958057cc5ba80fd42a80e09848217a22b4754 (plain)
1
2
3
4
5
6
use std::path::PathBuf;

pub struct JVSheeteditInput {
    pub file: PathBuf,
    pub editor: String,
}