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 #1043

Closed kisaragi-hiu closed 3 months ago

kisaragi-hiu commented 3 months ago

The existing description is too short and a little misleading. "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

It is in reality treated as a space-separated list of an executable and its arguments.

(PR re-filed due to #1042's branch name not following rules.)