mikechambers / dcli

Command line utilities for Destiny 2
https://github.com/mikechambers/dcli
MIT License
87 stars 13 forks source link

dclia should output human friendly string in tsv output #3

Closed mikechambers closed 3 years ago

mikechambers commented 3 years ago

When running dclia with default output, you get a human readable string such as:

Playing Deep Stone Crypt Raid on Castalia Macula, Europa

This string format is different depending on the activity. It would be helpful to also include the output in the TSV output, to make it easier for other scripts to use (instead of everyone having to re-invent the format).

TSV still includes all of the individual components, as well as status bool.

mikechambers commented 3 years ago

Fixed: 4050108b86de6fe916e8323cdf3918777b8570b1