diff --git a/.circleci/config.yml b/.circleci/config.yml index cf82b90..19169ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,5 @@ # PHP CircleCI 2.0 configuration file # -# Check https://circleci.com/docs/2.0/language-php/ for more details -# version: 2 jobs: build: diff --git a/README.md b/README.md index d1b12af..eb6a962 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,17 @@ After succesfull installation, you can display the options as follows; $ ./vendor/bin/wp-vulnerability-check --help --------------------------- -WP Vulnerability Check version 0.0.1 +WP Vulnerability Check version 0.0.9 --------------------------- Usage: wp-vulnerability-check [options] Options: - --path Full path for the plugin directory of your WordPress installation. - --token Token got from wpvulndb.com - --exclude Exclude the plugins given in comma separated format. - --output The format of output. Valid values JSON, READABLE, NO (Default). - --version Show version. - --help Print this help. + --path Full path for the plugin directory of your WordPress installation. + --token Token got from wpvulndb.com + --exclude Exclude the plugins given in comma separated format. + --output The format of output. Valid values JSON, READABLE, HTML, NO (Default). + --no-colors Disable the console colors. It is enabled by default. + --version Show version. + --help Print this help. ``` diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..fc24e7a --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-hacker \ No newline at end of file