mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
refactor: Move action to own mod 📦
This commit is contained in:
parent
0c749b0f5c
commit
f83a21dd95
7 changed files with 39 additions and 35 deletions
16
src/action.rs
Normal file
16
src/action.rs
Normal file
|
@ -0,0 +1,16 @@
|
|||
#[derive(PartialEq, Debug)]
|
||||
pub enum Action {
|
||||
Report,
|
||||
Filter,
|
||||
Add,
|
||||
Annotate,
|
||||
Subprocess,
|
||||
Log,
|
||||
Modify,
|
||||
HelpPopup,
|
||||
Error,
|
||||
ContextMenu,
|
||||
Jump,
|
||||
DeletePrompt,
|
||||
DonePrompt,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue