We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cd5f7 commit b52dd4fCopy full SHA for b52dd4f
Sources/containertool/containertool.swift
@@ -395,6 +395,7 @@ struct ContainerTool: AsyncParsableCommand {
395
396
// Parse URL path arguments
397
extension Foundation.URL: ArgumentParser.ExpressibleByArgument {
398
+ /// Construct a URL from an argument string
399
public init?(argument: String) {
400
self.init(fileURLWithPath: argument)
401
}
0 commit comments