This is a more advanced task that requires more data. The idea here is to pass in a stack and a list of one or more words and the cli will determine if any words are reserved, and if so, what technology/technologies they are reserved in. Stacks can potentially include languages outside of programming and databases, so it will be necessary to expand the dataset to accommodate more types of languages.
Example usage:
$ reserved --stack mern async
`async` is reserved in
- javascript
This is a more advanced task that requires more data. The idea here is to pass in a stack and a list of one or more words and the cli will determine if any words are reserved, and if so, what technology/technologies they are reserved in. Stacks can potentially include languages outside of programming and databases, so it will be necessary to expand the dataset to accommodate more types of languages.
Example usage: