@@ -21,80 +21,80 @@ The tool expects that the manifest has been downloaded and synced using [dclim](
2121[ ![ Image of dcliah] ( ../../images/dcliad_sm.png )] ( ../../images/dcliad.png )
2222
2323## USAGE
24+
2425```
2526USAGE:
2627 dcliad [FLAGS] [OPTIONS] --name <name>
2728
2829FLAGS:
29- -d, --details
30+ -d, --details
3031 Display extended activity details
31-
32+
3233 If flag is set, additional information will be displayed, including per user weapon stats.
33- -h, --help
34+ -h, --help
3435 Prints help information
3536
36- -N, --no-sync
37+ -N, --no-sync
3738 Don't sync activities
38-
39+
3940 If flag is set, activities will not be retrieved before displaying stats. This is useful in case you are
4041 syncing activities in a seperate process.
41- -V, --version
42+ -V, --version
4243 Prints version information
4344
44- -v, --verbose
45+ -v, --verbose
4546 Print out additional information
46-
47+
4748 Output is printed to stderr.
4849
4950OPTIONS:
50- -a, --activity-index <activity-index>
51+ -a, --activity-index <activity-index>
5152 The index of the activity to display data about
52-
53+
5354 By default, the last activity will be displayed. The index can be retrieved from other dcli apps, such as
5455 dcliah, or directly from the sqlite datastore.
55- -k, --api-key <api-key>
56+ -k, --api-key <api-key>
5657 API key from Bungie required for some actions.
57-
58+
5859 If specified the key will be passed to all Destiny API calls.
59-
60+
6061 You can obtain a key from https://www.bungie.net/en/Application [env:
6162 DESTINY_API_KEY=8eacb6527ea648fbbd8106990231c21c]
62- -C, --class <character-class-selection>
63+ -C, --class <character-class-selection>
6364 Character class to retrieve data for
64-
65+
6566 Valid values include hunter, titan, warlock, last_active and all. [default: last_active]
66- -D, --data-dir <data-dir>
67+ -D, --data-dir <data-dir>
6768 Directory where Destiny 2 manifest and activity database files are stored. (optional)
68-
69+
6970 This will normally be downloaded using the dclim tool, and uses a system appropriate directory by default.
70- -M, --mode <mode>
71+ -M, --mode <mode>
7172 Activity mode from which to return last activity
72-
73+
7374 Supported values are all_pvp (default), control, clash, elimination, mayhem, iron_banner, all_private,
7475 rumble, pvp_competitive, quickplay and trials_of_osiris.
75-
76+
7677 Addition values available are crimsom_doubles, supremacy, survival, countdown, all_doubles, doubles,
77- private_clash, private_control, private_survival, private_rumble, showdown, lockdown, scorched,
78+ private_clash, private_control, private_survival, private_rumble, showdown, lockdown, scorched, rift, iron_banner_rift
7879 scorched_team, breakthrough, clash_quickplay, trials_of_the_nine [default: all_pvp]
79- -n, --name <name>
80+ -n, --name <name>
8081 Bungie name for player
81-
82+
8283 Name must be in the format of NAME#CODE. Example: foo#3280 You can find your name in game, or on Bungie's
8384 site at: https://www.bungie.net/7/en/User/Account/IdentitySettings
84- -w, --weapon-count <weapon-count>
85+ -w, --weapon-count <weapon-count>
8586 The number of weapons to display details for [default: 5]
8687```
8788
89+ | ARGUMENT | OPTIONS |
90+ | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
91+ | --mode | all_pvp (default), control, clash, elimination, mayhem, iron_banner, all_private, rumble, pvp_competitive, quickplay and trials_of_osiris, crimsom_doubles, supremacy, survival, countdown, all_doubles, doubles private_clash, private_control, private_survival, private_rumble, showdown, lockdown, scorched, rift, iron_banner_rift, scorched_team, breakthrough, clash_quickplay, trials_of_the_nine |
8892
89- | ARGUMENT | OPTIONS |
90- | ---| ---|
91- | --mode | all_pvp (default), control, clash, elimination, mayhem, iron_banner, all_private, rumble, pvp_competitive, quickplay and trials_of_osiris, crimsom_doubles, supremacy, survival, countdown, all_doubles, doubles private_clash, private_control, private_survival, private_rumble, showdown, lockdown, scorched, scorched_team, breakthrough, clash_quickplay, trials_of_the_nine |
92-
9393Manifest can be downloaded and synced with from [ dclim] ( https://github.com/mikechambers/dcli/tree/main/src/dclim ) .
9494
9595Activity data store can be created and synced seperately using [ dclisync] ( https://github.com/mikechambers/dcli/tree/main/src/dclisync ) .
9696
97- ** NOTE** : Currently, due to a [ bug] ( https://github.com/Bungie-net/api/issues/1386 ) in the Destiny 2 API, you will only get results for private matches when specifying * all_private * . The other options are still included in case the bug is fixed. If viewing private match stats is important to you, please leave a comment [ here] ( https://github.com/mikechambers/dcli/issues/10 ) .
97+ ** NOTE** : Currently, due to a [ bug] ( https://github.com/Bungie-net/api/issues/1386 ) in the Destiny 2 API, you will only get results for private matches when specifying _ all_private _ . The other options are still included in case the bug is fixed. If viewing private match stats is important to you, please leave a comment [ here] ( https://github.com/mikechambers/dcli/issues/10 ) .
9898
9999### Examples
100100
@@ -110,7 +110,7 @@ $ dcliad --name mesh#3230
110110$ dcliad --name mesh#3230 --mode iron_banner --class hunter
111111```
112112
113- #### View details for last activity played displaying extended details
113+ #### View details for last activity played displaying extended details
114114
115115```
116116$ dcliad --name mesh#3230 --details
@@ -128,7 +128,6 @@ If you have any questions, feature requests, need help, are running into issues,
128128
129129You can also log bugs and features requests on the [ issues page] ( https://github.com/mikechambers/dcli/issues ) .
130130
131-
132131## Compiling
133132
134133This utility is written and compiled in [ Rust] ( https://www.rust-lang.org/ ) .
@@ -141,4 +140,4 @@ To compile, switch to the `src/` directory and run:
141140$ cargo build --release
142141```
143142
144- which will place the compiled tools in * src /target/release *
143+ which will place the compiled tools in _ src /target/release _
0 commit comments