writeas / writeas-cli

Command line client for Write.as / WriteFreely
https://write.as/apps/cli
GNU General Public License v3.0
113 stars 20 forks source link

Add password flag for authentication #43

Closed BrainBlasted closed 4 years ago

BrainBlasted commented 5 years ago

For T692

thebaer commented 4 years ago

Perfect, code looks good now :+1:

Last thing I'd suggest is removing the redundant string() cast on line 408 in commands.go -- then I'll test this out.

BrainBlasted commented 4 years ago

Done and rebased.

thebaer commented 4 years ago

Looks great, thanks!