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 f336ada commit 1d1e10aCopy full SHA for 1d1e10a
stdlib/public/core/CommandLine.swift
@@ -20,7 +20,9 @@ internal func _swift_stdlib_getUnsafeArgvArgc(_: UnsafeMutablePointer<Int32>)
20
21
/// Command-line arguments for the current process.
22
@frozen // namespace
23
-public enum CommandLine {
+public enum CommandLine {}
24
+
25
+extension CommandLine {
26
/// The backing static variable for argument count may come either from the
27
/// entry point or it may need to be computed e.g. if we're in the REPL.
28
@usableFromInline
0 commit comments