serpro69 / kotlin-faker

Port of a popular ruby faker gem written in kotlin. Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
https://serpro69.github.io/kotlin-faker/
MIT License
468 stars 41 forks source link

Make it possible to lookup providers by name in cli #198

Closed serpro69 closed 12 months ago

serpro69 commented 12 months ago

lookup something command currently returns only providers that contain functions that match something. It could be useful to also return providers that match by name.