truecourse 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.mjs +1 -1
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -130440,7 +130440,7 @@ async function runHooksRun() {
|
|
|
130440
130440
|
|
|
130441
130441
|
// tools/cli/src/index.ts
|
|
130442
130442
|
var program2 = new Command();
|
|
130443
|
-
program2.name("truecourse").version("0.4.
|
|
130443
|
+
program2.name("truecourse").version("0.4.5").description("TrueCourse CLI \u2014 analyze your repository and open the dashboard");
|
|
130444
130444
|
var dashboardCmd = program2.command("dashboard").description("Start the TrueCourse dashboard and open it in your browser").option("--reconfigure", "Re-prompt for console vs background service mode").action(async (options) => {
|
|
130445
130445
|
await runDashboard({ reconfigure: options.reconfigure });
|
|
130446
130446
|
});
|