Skip to content

Instantly share code, notes, and snippets.

@fortmarek
Created September 9, 2020 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fortmarek/24ea2a0bee4d353fa2d292f401d3e0fb to your computer and use it in GitHub Desktop.
Save fortmarek/24ea2a0bee4d353fa2d292f401d3e0fb to your computer and use it in GitHub Desktop.
struct Scaffold: ParsableCommand {
@Argument()
var template: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment