This document contains the help content for the dst
command-line program.
Command Overview:
Divera Status Tracker (dst)
Usage: dst <COMMAND>
fetch
— Fetch all attachmentsaggregate
— Aggregate attachmentsupdate
— Fetch all attachments and aggregate themon-duty
— Create on-duty tablehistory
— Create history plot
Fetch all attachments
Usage: dst fetch --email <EMAIL> --host <HOST> --password <PASSWORD> --subject <SUBJECT>
--email <EMAIL>
— The email address used to fetch the attachments--host <HOST>
— The host used to connect to--password <PASSWORD>
— The password that matches the email--subject <SUBJECT>
— The email subject to filter the attachments
Aggregate attachments
Usage: dst aggregate --off-duty-keyword <OFF_DUTY_KEYWORD>
--off-duty-keyword <OFF_DUTY_KEYWORD>
— The keyword which is used in divera to indicate the off-duty status
Fetch all attachments and aggregate them
Usage: dst update --email <EMAIL> --host <HOST> --password <PASSWORD> --subject <SUBJECT> --off-duty-keyword <OFF_DUTY_KEYWORD>
--email <EMAIL>
— The email address used to fetch the attachments--host <HOST>
— The host used to connect to--password <PASSWORD>
— The password that matches the email--subject <SUBJECT>
--off-duty-keyword <OFF_DUTY_KEYWORD>
— The keyword which is used in divera to indicate the off-duty status
Create on-duty table
Usage: dst on-duty [OPTIONS]
--print
— Print the overview--export
— Export the overview as xlsx
Create history plot
Usage: dst history [OPTIONS]
--print
— Print the overview--export
— Export the overview as html--year <YEAR>
— The year--month <MONTH>
— The month
This document was generated automatically by
clap-markdown
.