-
Notifications
You must be signed in to change notification settings - Fork 12
App Argument Standards
Mike Chambers edited this page Nov 11, 2022
·
37 revisions
This page lists short and long name argument standards to use across apps.
| COMMAND | SHORT NAME | LONG NAME | DESCRIPTION |
|---|---|---|---|
| manifest dir | -D | --manifest-dir | Directory manifest files will be stored |
| manifest path | -P | --manifest-path | Path to manifest.sqlite3 file (dclim) |
| output format | -O | --output-format | Output format |
| verbose | -v | --verbose | Output addition status info to stderr |
| mode | -M | --mode | Activity mode to retrieve info for |
| help | -h | --help | Short and Long form help |
| version | -V | --version | Print the app version |
| moment | -T | --moment | The Destiny 2 start moment to use |
| end moment | -E | --end-moment | The Destiny 2 end moment to use |
| custom time | -t | --custom-time | Custom start time that should be used (in RFC 3339 format) |
| end custom time | -e | --end-custom-time | Custom end time that should be used (in RFC 3339 format) |
| activity-limit | -L | --limit | Limit the amount of activities displayed |
| hash | -h | --hash | Item hash id from Destiny 2 API |
| name | -n | --name | Platform display name or steam64 id. |
| timeformat | -f | --time-format | Format that date / time is specified in |
| force | -F | --force | Force an action |
| check | -K | --check | A check should be made, but action not carried out |
| store path | -S | --store-path | Path to the activity store sqlite db. |
| weapon count | -w | --weapon-count | Number of weapon results to display |
| medal count | -m | --medal-count | Number of medals to display |
| no sync | -N | --no-sync | Do not sync activities |
| class | -C | --class | Specifies Destiny 2 class selection |
| weapon sort | -W | --weapon-sort | Specifies sort order to weapon results |
| details | -d | --details | Display additional data details |
| activity index | -a | --activity-index | Activity index to display |
| api key | -k | --api-key | Destiny API Key |
| import group | -i | --import-group | Import all members of group / clan via group id |
| list | -l | --list | List player / Bungie names being synced |
| remove | -r | --remove | Player(s) to remove from being synced |
| add | -A | --add | Player(s) to add to be synced |
| sync | -s | --sync | Sync player activities. |
| stat | -x | --stat | Player stat |
| daemon | -d | --daemon | Run in daemon mode (dclisync) |
| intreval | -I | --interval | Refresh interval in seconds |