Skip to content

Commit

Permalink
Merge pull request #5 from ninoseki/v0.2.0
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
ninoseki committed Sep 18, 2018
2 parents bf2c743 + 2a4a12e commit a875bf8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions README.md
Expand Up @@ -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).
```
2 changes: 1 addition & 1 deletion lib/miteru/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Miteru
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit a875bf8

Please sign in to comment.