Main entry when invoked as a script. Uses process.argv.slice(2) and the current working directory as repo root unless overridden by REPO_ROOT.
process.argv.slice(2)
REPO_ROOT
Argument list (defaults to process.argv.slice(2))
Main entry when invoked as a script. Uses
process.argv.slice(2)and the current working directory as repo root unless overridden byREPO_ROOT.