pcloudcom / console-client

420 stars 130 forks source link

pcloudcc #193

Open Dan-Essin opened 1 week ago

Dan-Essin commented 1 week ago

I've installed it. Two questions arise: 1 - After running pcloudcc -u username -p and entering the pw it end up with the cursor on a blank line - NOT the prompt. Is this expected? What am I supposed do next? Only option seems to be ^C

2 - the build throws hundreds of warnings. Do you already know about them? pcloud-console-client.txt

lneely commented 1 week ago

@Dan-Essin pcloudcc runs as a service, so this is normal behavior. pcloudcc -u <username> -d will run it as a daemon if you previously passed the -s option to save your password. pcloudcc -k provides a command prompt that you can use to interact with the running service, e.g., startcrypto / stopcrypto or finalize to kill the service.

I submitted a PR #192 that fixes many of the warnings you mention, as well as several bugs. You can clone my branch until @pcloudcom merges my changes to use the fixed version now.