Skip to content

Commit

Permalink
Merge pull request #173 from hugehoge/support-version-option
Browse files Browse the repository at this point in the history
Support `--version` option
  • Loading branch information
mono0926 authored Jan 31, 2022
2 parents 333c735 + f8b82c9 commit dc2b923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/LicensePlist/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ extension CompletionKind {

// Typename used for usage in help command
struct LicensePlist: ParsableCommand {
static let configuration = CommandConfiguration(version: Consts.version)

@Option(name: .long, completion: .file())
var cartfilePath = Consts.cartfileName

Expand Down

0 comments on commit dc2b923

Please sign in to comment.