Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhul committed Sep 9, 2022
1 parent 16141d8 commit 72dd725
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Sources/ArgumentParser/Parsable Properties/Argument.swift
Expand Up @@ -465,7 +465,7 @@ extension Argument {
/// - help: Information about how to use this argument.
/// - completion: Kind of completion provided to the user for this option.
public init<T>(
wrappedValue: Array<T>,
wrappedValue: Value,
parsing parsingStrategy: ArgumentArrayParsingStrategy = .remaining,
help: ArgumentHelp? = nil,
completion: CompletionKind? = nil
Expand Down Expand Up @@ -533,7 +533,7 @@ extension Argument {
/// - transform: A closure that converts a string into this property's
/// element type or throws an error.
public init<T>(
wrappedValue: Array<T>,
wrappedValue: Value,
parsing parsingStrategy: ArgumentArrayParsingStrategy = .remaining,
help: ArgumentHelp? = nil,
completion: CompletionKind? = nil,
Expand Down
Expand Up @@ -2,7 +2,7 @@
//
// This source file is part of the Swift Argument Parser open source project
//
// Copyright (c) 2020 Apple Inc. and the Swift project authors
// Copyright (c) 2022 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
Expand Down
Expand Up @@ -2,7 +2,7 @@
//
// This source file is part of the Swift Argument Parser open source project
//
// Copyright (c) 2020 Apple Inc. and the Swift project authors
// Copyright (c) 2022 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
Expand Down

0 comments on commit 72dd725

Please sign in to comment.