Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usage: clarify api_key_vault_cmd #1043

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

kisaragi-hiu
Copy link
Contributor

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.)

"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 gandarez merged commit 42030f4 into wakatime:develop Apr 10, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants