[][src]Trait rubbl_core::notify::ClapNotificationArgsExt

pub trait ClapNotificationArgsExt {
    fn rubbl_notify_args(self) -> Self;
}

An extension trait for adding standard notification arguments to a clap App object.

Required methods

fn rubbl_notify_args(self) -> Self

Add standard Rubbl notification-related arguments to this App.

Loading content...

Implementations on Foreign Types

impl<'a, 'b> ClapNotificationArgsExt for App<'a, 'b>[src]

Loading content...

Implementors

Loading content...