Skip to main content

DAY_ONE

Constant DAY_ONE 

Source
pub const DAY_ONE: &[&str];
Expand description

The commands a first contribution needs, in reading order.

key and join are alternatives rather than steps: an operator mints a key, somebody holding an invite runs join and gets one. The rest are the loop.

A list of names rather than a day_one field on Command, deliberately, and the argument cuts the other way from the one Command::group makes. Every command must belong to some help section, so a field is right there and the compiler should ask. No command has to be on a getting-started path, so a new one is presumptively absent, and a field would ask thirty-two questions whose answer is false.

Checked against COMMANDS by the surface test: a name here that no longer exists fails rather than silently rendering nothing.