wakatime / wakatime-cli

Command line interface used by all WakaTime text editor plugins
https://wakatime.com/plugins
BSD 3-Clause "New" or "Revised" License
262 stars 40 forks source link

usage: clarify api_key_vault_cmd #1042

Closed kisaragi-hiu closed 3 months ago

kisaragi-hiu commented 3 months ago

"shell command" implies it goes through a shell, whereas it is in fact only split on spaces as a command:

https://github.com/wakatime/wakatime-cli/blob/1fd560a/cmd/params/params.go#L707

So, it is a space-separated list of an executable and its arguments.

gandarez commented 3 months ago

@kisaragi-hiu please follow our guidelines for branching name and open another PR. Thanks.

kisaragi-hiu commented 3 months ago

Will do, sorry.