diff --git a/README.md b/README.md index 99c6111..7647c53 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,25 @@ Commands: miteru execute # Execute the crawler miteru help [COMMAND] # Describe available commands or one specific command ``` + +```sh +$ miteru help execute +Usage: + miteru execute + +Options: + [--verbose], [--no-verbose] + # Default: true + [--post-to-slack], [--no-post-to-slack] + +Execute the crawler +``` + +```sh +$ miteru execute +... +https://dummy1.com: it doesn't contain a phishing kit. +https://dummy2.com: it doesn't contain a phishing kit. +https://dummy3.com: it doesn't contain a phishing kit. +https://dummy4.com: it might contain a phishing kit (dummy.zip). +``` diff --git a/lib/miteru/version.rb b/lib/miteru/version.rb index b24003b..2f55dcc 100644 --- a/lib/miteru/version.rb +++ b/lib/miteru/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Miteru - VERSION = "0.1.0" + VERSION = "0.2.0" end