<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/CommandLine",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:s11CommandLineO"
  },
  "title" : "CommandLine"
}
-->

# CommandLine

Command-line arguments for the current process.

```
@frozen enum CommandLine
```

## Topics

### Accessing Arguments

[`arguments`](/documentation/Swift/CommandLine/arguments)

An array that provides access to this program’s command line arguments.

### Accessing Raw Argument Data

[`argc`](/documentation/Swift/CommandLine/argc)

Access to the raw argc value from C.

[`unsafeArgv`](/documentation/Swift/CommandLine/unsafeArgv)

Access to the raw argv value from C.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)
