microsofthackathons / tdi

Command-line interface to Microsoft To Do
MIT License
7 stars 3 forks source link

Table option me #30

Closed kitplummer closed 2 years ago

kitplummer commented 2 years ago

USAGE: tdi.exe me [OPTIONS]

OPTIONS: -h, --help Print help information

-o, --output-format <OUTPUT_FORMAT>
        Display output as "lines", "json" or "table" [default: lines]

-V, --version
        Print version information

* Output support for json, table, and basic line as default

PS C:\Users\kitplummer\Code\tdi> .\target\debug\tdi me -o json {"display_name":"Kit Plummer","given_name":"Kit","surname":"Plummer","id":"xxx","job_title":"DIR SPECIALIST","mail":"kitplummer@microsoft.com","mobile_phone":"null","office_location":"ATLANTA/Mobile","user_principal_name":"xxx"}