---
title: taskOptions
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fstaskoptions/taskoptions
---

# taskOptions

An array of strings that represent command-line options for the task.

## Declaration

```swift
var taskOptions: [String] { get }
```

## Discussion

Discussion This property is equivalent to the argv array of C strings passed to a command-line tool.
