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::commandmatches. - main
- Annotate your
mainfunction with this.