From 63c3266dd28774c4578a1ce812bdd6d4b4af01b7 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Mon, 16 May 2016 16:40:46 +0200 Subject: [PATCH] Fixed tasklist... I guess?! --- README.md | 102 +++++++++++++++++++++++++++--------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index 76f1cbe..ef04230 100644 --- a/README.md +++ b/README.md @@ -109,84 +109,84 @@ There parameters are valid for all prompt types: ### General -[x] `:type` parameter (InquirerJS conform) -[x] no `:type` parameter provided results in `:input` (InquirerJS conform) -[x] `:name` parameter (InquirerJS conform) -[x] `:message` (String) parameter (InquirerJS conform) -[] `:message` (Proc) parameter (InquirerJS conform) -[x] `:default` (String) parameter (optional) (InquirerJS conform) -[] `:default` (Proc) parameter (optional) (InquirerJS conform) -[x] `:when` (Proc) parameter (optional) (InquirerJS conform) -[x] `:when` (Boolean) parameter (optional) (InquirerJS conform) -[x] `:filter` (Proc) parameter (optional) -[x] `:validate` (Proc) parameter (optional) (InquirerJS conform) -[x] colored formatting (InquirerJS conform) -[x] easy styling / formatting of all output components (question, result, items, password....) +- [x] `:type` parameter (InquirerJS conform) +- [x] no `:type` parameter provided results in `:input` (InquirerJS conform) +- [x] `:name` parameter (InquirerJS conform) +- [x] `:message` (String) parameter (InquirerJS conform) +- [ ] `:message` (Proc) parameter (InquirerJS conform) +- [x] `:default` (String) parameter (optional) (InquirerJS conform) +- [ ] `:default` (Proc) parameter (optional) (InquirerJS conform) +- [x] `:when` (Proc) parameter (optional) (InquirerJS conform) +- [x] `:when` (Boolean) parameter (optional) (InquirerJS conform) +- [x] `:filter` (Proc) parameter (optional) +- [x] `:validate` (Proc) parameter (optional) (InquirerJS conform) +- [x] colored formatting (InquirerJS conform) +- [x] easy styling / formatting of all output components (question, result, items, password....) ### Input -[x] Backend -[x] `:validate` (Proc) parameter (optional) (InquirerJS conform) -[] Tests +- [x] Backend +- [x] `:validate` (Proc) parameter (optional) (InquirerJS conform) +- [ ] Tests ### Password -[x] Backend -[x] `:validate` (Proc) parameter (optional) (InquirerJS conform) -[] Tests +- [x] Backend +- [x] `:validate` (Proc) parameter (optional) (InquirerJS conform) +- [ ] Tests ### List -[x] Backend -[x] `:choices` (Array) parameter (InquirerJS conform) -[] `:choices` (Proc) parameter (InquirerJS conform) -[x] `:choices` `name:` parameter (InquirerJS conform) -[x] `:choices` `value:` parameter (InquirerJS conform) -[x] `:choices` `short:` parameter (InquirerJS conform) -[x] `:validate` (Proc) parameter (optional) (InquirerJS conform) -[] Tests +- [x] Backend +- [x] `:choices` (Array) parameter (InquirerJS conform) +- [ ] `:choices` (Proc) parameter (InquirerJS conform) +- [x] `:choices` `name:` parameter (InquirerJS conform) +- [x] `:choices` `value:` parameter (InquirerJS conform) +- [x] `:choices` `short:` parameter (InquirerJS conform) +- [x] `:validate` (Proc) parameter (optional) (InquirerJS conform) +- [ ] Tests ### Checkbox -[x] Backend -[x] `:choices` (Array) parameter (InquirerJS conform) -[] `:choices` (Proc) parameter (InquirerJS conform) -[x] `:choices` `name:` parameter (InquirerJS conform) -[x] `:choices` `value:` parameter (InquirerJS conform) -[x] `:choices` `checked:` parameter (InquirerJS conform) -[] `:choices` `disabled:` (String) parameter (InquirerJS conform) -[] `:choices` `disabled:` (Boolean) parameter (InquirerJS conform) -[] `:choices` `disabled:` (Proc) parameter (InquirerJS conform) -[x] `:choices` `short:` parameter -[] Tests +- [x] Backend +- [x] `:choices` (Array) parameter (InquirerJS conform) +- [ ] `:choices` (Proc) parameter (InquirerJS conform) +- [x] `:choices` `name:` parameter (InquirerJS conform) +- [x] `:choices` `value:` parameter (InquirerJS conform) +- [x] `:choices` `checked:` parameter (InquirerJS conform) +- [ ] `:choices` `disabled:` (String) parameter (InquirerJS conform) +- [ ] `:choices` `disabled:` (Boolean) parameter (InquirerJS conform) +- [ ] `:choices` `disabled:` (Proc) parameter (InquirerJS conform) +- [x] `:choices` `short:` parameter +- [ ] Tests ### Confirm -[x] Backend -[] Tests +- [x] Backend +- [ ] Tests ### Raw List -[] Backend -[] `:choices` parameter (InquirerJS conform) -[] Tests +- [ ] Backend +- [ ] `:choices` parameter (InquirerJS conform) +- [ ] Tests ### Expand -[] Backend -[] `:choices` parameter (InquirerJS conform) -[] Tests +- [ ] Backend +- [ ] `:choices` parameter (InquirerJS conform) +- [ ] Tests ### Seperator -[] constructor takes a facultative String value that'll be use as the separator (InquirerJS conform) -[] default separator `--------` (InquirerJS conform) -[] Tests +- [ ] constructor takes a facultative String value that'll be use as the separator (InquirerJS conform) +- [ ] default separator `--------` (InquirerJS conform) +- [ ] Tests ### BottomBar -[] fixed text at the bottom of a free text zone (InquirerJS conform) -[] Tests +- [ ] fixed text at the bottom of a free text zone (InquirerJS conform) +- [ ] Tests ## Contributing