Skip to content

Commit

Permalink
refactor: format project
Browse files Browse the repository at this point in the history
  • Loading branch information
erbenjak committed Dec 13, 2023
1 parent 83a0ff3 commit b322d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/TeamsMessagingPublish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ export class TeamsMessagingPublish {

public parseCLIOptions(argv: yargs.Argv<{}>): TeamsMessagingPublishOptions | Promise<TeamsMessagingPublishOptions> {
return argv
.option("projectName",{
.option("projectName", {
description: "Name of the project",
required: true,
type: "string",
type: "string"
})
.option("platform", {
description: "identifier of the platform for which the build was created",
Expand Down

0 comments on commit b322d92

Please sign in to comment.