Skip to content

Commit

Permalink
update version feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunbee Kim committed Sep 29, 2020
1 parent 117345f commit 01d330e
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,19 @@ Please see the appropriate guide for your CLI of choice:
UrlCheck <fileName1> <fileName2>
```

You can type '-a' flag to allow checking for archived versions of URLs.
You can type '--a' flag to allow checking for archived versions of URLs.
```bash
UrlCheck -a <fileName>
UrlCheck --a <fileName>
```

This '-s' flag change 'http' to 'https' in URLs and you can check whether url work with https or not.
This '--s' flag change 'http' to 'https' in URLs and you can check whether url work with https or not.
```bash
UrlCheck -s <fileName>
UrlCheck --s <fileName>
```

This '--v' or '--version' flag return the current version.
```bash
UrlCheck --v
```

### PowerShell
Expand All @@ -75,10 +80,14 @@ Please see the appropriate guide for your CLI of choice:
<img src="./asset/macTool.png" alt="DefaultPic" width="738"/>
</p>

```bash
java -jar UrlCheck.jar <fileName>
```
```bash
java -jar UrlCheck.jar <fileName>
```

```bash
java -jar UrlCheck.jar /v
```

## Library
https://github.com/java-native-access/jna

Expand Down

0 comments on commit 01d330e

Please sign in to comment.