summaryrefslogtreecommitdiff
path: root/src/cmds/in/workspace_sheet.rs
blob: 78159ac7457825432731f6adb019b7c9b8db29ef (plain)
1
2
3
4
5
6
pub enum JVWorkspaceSheetInput {
    Add(String),
    Delete(String),
    ListAll,
    PrintPath(String),
}