/// 🎆 pack up your npm package and publish! [NOT IMPLEMENTED]
Publish{path: Option<String>},
#[structopt(name = "adduser", alias = "login", alias = "add-user")]
/// 👤 Add a registry user account! [NOT IMPLEMENTED]
Adduser{
#[structopt(name = "login", alias = "adduser", alias = "add-user")]
/// 👤 Add a registry user account! (aliases: adduser, add-user) [NOT IMPLEMENTED]
Login{
#[structopt(long = "registry", short = "r")]
/// Default: 'https://registry.npmjs.org/'.
/// The base URL of the npm package registry. If scope is also specified, this registry will only be used for packages with that scope. scope defaults to the scope of the project directory you're currently in, if any.