Skip to content

Commit

Permalink
docs: add args to readme (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j authored Jun 15, 2024
1 parent 5e25114 commit ca8ba53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ x('ls', ['-l'])
.pipe('grep', ['js']);
```

The parameters are as follows:

- `command` - the command to execute (_without any arguments_)
- `args` - an array of arguments
- `options` - options object

### `process`

The underlying node `ChildProcess`. For example:
Expand Down

0 comments on commit ca8ba53

Please sign in to comment.