Crate bitbar_derive

Crate bitbar_derive 

Source
Expand description

Proc macros for the bitbar crate.

Attribute Macros§

command
Registers a subcommand that you can run from a menu item’s command.
fallback_command
Defines a function that is called when no other bitbar::command matches.
main
Annotate your main function with this.