Skip to content

Commit da102f2

Browse files
authored
Merge pull request #2049 from Kobzol/zulip-cmd-clap
Parse Zulip commands with `clap`
2 parents 83e5684 + fabfd90 commit da102f2

File tree

3 files changed

+383
-241
lines changed

3 files changed

+383
-241
lines changed

src/db/notifications.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub async fn record_ping(db: &DbClient, notification: &Notification) -> anyhow::
2727
Ok(())
2828
}
2929

30-
#[derive(Copy, Clone)]
30+
#[derive(Copy, Clone, Debug)]
3131
pub enum Identifier<'a> {
3232
Url(&'a str),
3333
Index(std::num::NonZeroU32),

0 commit comments

Comments
 (0)