blob: e26406e2a43956fe7c985c6b9ea6fbe8c970ba36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
name: kaguya
help: Fuwn's Anime & Manga Utility
version: 0.1.0
commands:
- name: anichart
alias: ac
- name: myanimelist
alias: mal
args:
- name: profile
- name: anilist
alias: al
default: force
args:
- name: profile
- name: crunchyroll
alias: cr
args:
- name: search
repeatable: true
- name: hidive
alias: hd
args:
- name: search
repeatable: true
- name: x
args:
- name: title
required: true
repeatable: true
flags:
- long: --tv
conflicts: [--manga --novel]
- long: --manga
conflicts: [--tv --novel]
- long: --novel
conflicts: [--tv --manga]
- long: --any-tv
conflicts: [--tv --manga --novel --any-manga]
- long: --any-manga
conflicts: [--tv --manga --novel --any-tv]
- long: --al
conflicts: [--mal]
- long: --mal
conflicts: [--al]
- long: --social
short: -s
|