Skip to content

Commit

Permalink
Update Template
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Dec 10, 2023
1 parent cc06f97 commit 7b63ecc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ private let pathAttribute = Template.Attribute.optional("path", default: "Projec
private let nameAttribute = Template.Attribute.required("name")

private let template = Template(
description: "A template for a new project module",
description: "Project module template",
attributes: [
pathAttribute,
nameAttribute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ private let pathAttribute = Template.Attribute.optional("path", default: "Projec
private let nameAttribute = Template.Attribute.required("name")

private let template = Template(
description: "A template for a new workspace module",
description: "Workspace module template",
attributes: [
pathAttribute,
nameAttribute
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7b63ecc

Please sign in to comment.