Skip to main content

Class: CLI

Constructors

new CLI()

new CLI(): CLI

Returns

CLI

Properties

cliArgs

cliArgs: {publish: {alias: "p";description: "Publish your userscript. \nRequires google authenticator or similar 2-Factor-Authentication app.\nWarning: If you dont use the 2FA token you can never release an updated version of your script!";run: () => void; }; }

publish

readonly publish: {alias: "p";description: "Publish your userscript. \nRequires google authenticator or similar 2-Factor-Authentication app.\nWarning: If you dont use the 2FA token you can never release an updated version of your script!";run: () => void; }

publish.alias

readonly alias: "p"

publish.description

readonly description: "Publish your userscript. \nRequires google authenticator or similar 2-Factor-Authentication app.\nWarning: If you dont use the 2FA token you can never release an updated version of your script!"

publish.run()

readonly run: () => void

Returns

void