Skip to content

Commit

Permalink
update yargs usage to async
Browse files Browse the repository at this point in the history
  • Loading branch information
soehlert-ecademy committed Jun 3, 2021
1 parent b33bb86 commit e19c019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as ProgressBar from "progress";
import * as yargs from "yargs";

export async function main() {
const argv = yargs
const argv = await yargs
.env()
.option("space-id", {
type: "string",
Expand Down

0 comments on commit e19c019

Please sign in to comment.