@irfanshadikrishad/anilist 1.2.13 → 1.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,12 +35,12 @@ Create an API client from [anilist developer setting](https://anilist.co/setting
35
35
 
36
36
  To login:
37
37
 
38
- ```
38
+ ```bash
39
39
  anilist login -i <client-id> -s <client-secret>
40
40
  ```
41
41
 
42
42
  > [!NOTE]
43
- > here `<client-id>` and `<client-secret>` should be replaced by the ones that you recieved from the developer setting.
43
+ > here `<client-id>` and `<client-secret>` should be replaced by the ones that you recieved from the developer setting. Also don't include `<>`, this only indicates need-to-be-replaced data.
44
44
 
45
45
  #### CLI Commands Overview
46
46
 
@@ -85,10 +85,10 @@ anilist logout
85
85
 
86
86
  - Description: End the current session and log out from your AniList account.
87
87
 
88
- #### `me`:
88
+ #### `whoami`:
89
89
 
90
90
  ```bash
91
- anilist me
91
+ anilist whoami
92
92
  ```
93
93
 
94
94
  - Description: Retrieve and display information about the currently logged-in user, including stats and profile details.
@@ -163,13 +163,13 @@ anilist ls -a
163
163
  #### `delete` _(alias: `del`)_:
164
164
 
165
165
  ```bash
166
- anilist del -ac
166
+ anilist del -s,
167
167
  ```
168
168
 
169
169
  - Options:
170
170
  - `-a, --anime`: Delete your specific anime collection that you want.
171
171
  - `-m, --manga`: Delete your specific manga collection that you want.
172
- - `-ac, --activity`: Delete all or any type of activities you want.
172
+ - `-s,, --activity`: Delete all or any type of activities you want.
173
173
  - Description: Delete the entire anime or manga collection from the logged-in user's profile.
174
174
 
175
175
  #### `anime`
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@irfanshadikrishad/anilist",
3
3
  "description": "Minimalist unofficial AniList CLI for Anime and Manga Enthusiasts",
4
4
  "author": "Irfan Shadik Rishad",
5
- "version": "1.2.13",
5
+ "version": "1.2.15",
6
6
  "main": "./bin/index.js",
7
7
  "type": "module",
8
8
  "types": "./bin/index.d.ts",