use ValueEnum;
use ;
use fmt;
/// The closed set of things `m2s2 publish` knows how to publish to — used for both the
/// frontmatter `publish:` list and the `--to` flag, so an unrecognized name is a parse error
/// with the valid options listed, not a runtime string mismatch.