Closed eric-horodyski closed 1 month ago
why change the
output.write
tologger.msg
. I don't see any visible differences between them, but oncli/src/tasks/telemetry.ts
theTHANK_YOU
message is also written still withoutput.write
, so for consistency I would keepoutput.write
for both.
For some reason, output.write
caps at writing 2 lines of text so I had to use logger.msg
.
Two changes have been added:
output.write()
to write out the message when the user is opted-in.
Modify telemetry such that is it opt-out instead of the current opt-in behavior:
init
,sync
,copy
,update
, etc.) per the existing source.