#[derive(Command)]
{
// Attributes available to this derive:
#[command]
#[arg]
}
Expand description
Macro available if embedded-cli is built with features = ["macros"]
.
#[derive(Command)]
{
// Attributes available to this derive:
#[command]
#[arg]
}
Macro available if embedded-cli is built with features = ["macros"]
.