Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyyoung committed Sep 19, 2021
1 parent c355b10 commit 2df3397
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Apple官方预约监控助手
```bash
OVERVIEW: Apple 官方预约监控助手

USAGE: apple-reserver <subcommand>
USAGE: applereserver <subcommand>

OPTIONS:
-h, --help Show help information.
Expand All @@ -20,7 +20,40 @@ SUBCOMMANDS:
availabilities List all availabilities for the specific store.
monitor Monitor the availabilities for the specific stores and parts.

See 'apple-reserver help <subcommand>' for detailed help.
See 'applereserver help <subcommand>' for detailed help
```

## Usage

### Stores

```bash
$ applereserver stores

🟢 R320 北京 三里屯
🟢 R359 上海 南京东路
🟢 R388 北京 西单大悦城
...
```

### Availabilities

```bash
$ applereserver availabilities R320 --region CN

🔴 MLH43CH/A
🔴 MLH53CH/A
🔴 MLH63CH/A
...
```

### Monitor

```bash
$ applereserver monitor --interval 1 --store-numbers R320 --part-numbers MLTE3CH/A

Checked for x times.
...
```

## License
Expand Down

0 comments on commit 2df3397

Please sign in to comment.