Skip to content

docs: add example uses of tokens - #136

Merged
shadowspawn merged 8 commits into
pkgjs:mainfrom
shadowspawn:feature/token-examples
Sep 24, 2022
Merged

docs: add example uses of tokens#136
shadowspawn merged 8 commits into
pkgjs:mainfrom
shadowspawn:feature/token-examples

Conversation

@shadowspawn

@shadowspawnshadowspawn commented Jun 17, 2022

Copy link
Copy Markdown
Collaborator

Add example files using tokens to add behaviour that has come up in discussions.

The token support is added in #129. That PR currently includes these examples for illustration, but I have added a separate PR so the examples may be discussed separately from landing the code.

See: #84
Closes: #52

@shadowspawn
shadowspawn marked this pull request as ready for review July 21, 2022 08:36
Comment threadexamples/no-repeated-options.js Outdated
Comment threadexamples/limit-long-syntax.js Outdated
Comment threadexamples/ordered-options.mjs Outdated
Comment threadexamples/no-repeated-options.js
@shadowspawn

Copy link
Copy Markdown
CollaboratorAuthor

Updated the comments to clarify the examples which are mainly about doing something interesting with tokens, and not about solving a problem as such.

@shadowspawn
shadowspawn merged commit 89e1b63 into pkgjs:mainSep 24, 2022
@shadowspawn
shadowspawn deleted the feature/token-examples branch September 24, 2022 21:20
Sign up for freeto 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.

make it possible to require long options with values use =

2 participants

@shadowspawn@Eomm