The command action runs an obsidian command.
interface CommandButtonAction { type: 'command'; command: string; // the id of the command to run}
This button opens the Meta Bind FAQ page in obsidian.
```meta-bind-buttonstyle: primarylabel: Meta Bind Helpaction: type: command command: obsidian-meta-bind-plugin:open-faq```