feat: add command to list pomodoro
This commit is contained in:
parent
98acf3c74e
commit
61b7bd447d
3 changed files with 7 additions and 1 deletions
|
|
@ -76,6 +76,9 @@ pub enum PomodoroCommand {
|
|||
/// Stop the pomodoro
|
||||
#[clap(visible_alias="p")]
|
||||
Remove,
|
||||
/// List the pomodoro settings and remaining duration
|
||||
#[clap(visible_alias="l")]
|
||||
List,
|
||||
}
|
||||
|
||||
fn get_stream(socket_path: &String) -> Result<UnixStream> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue