Skip to content

Commit

Permalink
Update apps/wing/src/cli.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mark McCulloh <[email protected]>
  • Loading branch information
garysassano and MarkMcCulloh authored Jun 29, 2023
1 parent 37e3f31 commit 40e73ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/wing/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ async function main() {
process.env.PROGRESS = "1";
});

program.option("--no-progress", "Don't show compilation progress");

program
.option("--no-progress", "Hide show compilation progress");
.option("--no-update-check", "Skip checking for toolchain updates")
.hook("preAction", async (cmd) => {
const updateCheck = cmd.opts().updateCheck;
Expand Down

0 comments on commit 40e73ec

Please sign in to comment.