January 2019
Intermediate to advanced
520 pages
14h 32m
English
Compile and run the tool with the following command:
cargo run -- add 43fb507d-4cee-431a-a7eb-af31a1eeed02 "Logged In"cargo run -- add 43fb507d-4cee-431a-a7eb-af31a1eeed02 "Added contact information"cargo run -- add 43fb507d-4cee-431a-a7eb-af31a1eeed02 "E-mail confirmed"
Print a list of added records with the following command:
cargo run -- list
This will print the following output:
User: 43fb507d-4cee-431a-a7eb-af31a1eeed02 DateTime: 2018-11-30 14:19:26.245957656 UTC Activity: Logged InUser: 43fb507d-4cee-431a-a7eb-af31a1eeed02 DateTime: 2018-11-30 14:19:42.249548906 UTC Activity: Added contact informationUser: 43fb507d-4cee-431a-a7eb-af31a1eeed02 DateTime: 2018-11-30 14:19:59.035373758 UTC Activity: E-mail confirmed
You can also ...
Read now
Unlock full access