From 6582fbc8793e3868bd034566024b785a607e26a7 Mon Sep 17 00:00:00 2001 From: Austin Kabiru Date: Thu, 9 Aug 2018 20:22:37 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20Update=20=F0=9F=93=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f8f98da..b5225c4 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,26 @@ Run a quick lookup ```bash $ fakerbot search name -# Faker::FunnyName -# Faker::Name +# Faker::SwordArtOnline +# └── real_name +# └── game_name +# Faker::Superhero +# └── name +# Faker::ProgrammingLanguage +# └── name +# Faker::Cat +# └── name +# Faker::Pokemon +# └── name +# e.t.c ``` -## TODO +## New Features! :sunglasses: :dancers: -- [ ] List classes with methods E.g. Faker::FunnyName should list `.name`,`.first_name` e.t.c. -- [ ] Expand search to Faker::Base sub classes i.e."fakerbot search email" should include `Faker::Internet.email` +- [x] List classes with methods E.g. Faker::FunnyName should list `.name`,`.first_name` e.t.c. +- [x] Expand search to Faker::Base sub classes i.e."fakerbot search email" should include `Faker::Internet.email` + +![screen shot 2018-08-09 at 20 21 06](https://user-images.githubusercontent.com/17295175/43914887-c9a99d84-9c11-11e8-9686-85f584412b27.jpg) ## Development