Merge branch 'installDocs'

This commit is contained in:
Reto Brunner 2022-08-01 13:29:48 +02:00
commit a95ab55154

View file

@ -16,7 +16,10 @@ type CustomMetadata = FullMetadata & {
const program = new Command("install");
program
.argument("<package>", "package to install")
.argument(
"<package>",
"package to install. Use `file:$path_to_package_dir` to install a local package"
)
.description("Install a theme or a package")
.on("--help", Utils.extraHelp)
.action(async function (packageName: string) {