Crate bitbar_derive[][src]

Proc macros for the bitbar crate.

Attribute Macros

command

Registers a subcommand that you can run from a menu item's command.

fallback_command

Registers a function that is called when no other bitbar::command matches.

main

Annotate your main function with this.