Skip to content

[Api]: QOL improvement. Allow string as opts.#61

Open
maximilianMairinger wants to merge 1 commit intojeffbski:masterfrom
maximilianMairinger:patch-1
Open

[Api]: QOL improvement. Allow string as opts.#61
maximilianMairinger wants to merge 1 commit intojeffbski:masterfrom
maximilianMairinger:patch-1

Conversation

@maximilianMairinger
Copy link

Allows for cli like usage

await waitOn("myFile")

Equivalent to

await waitOn({
  resources: [
    "myFile"
  ]
})

@maximilianMairinger maximilianMairinger changed the title [Api]: QOL imporvement. Allow string as opts. [Api]: QOL improvement. Allow string as opts. Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant