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

Commits on Apr 9, 2024

  1. usage: clarify api_key_vault_cmd

    "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.
    kisaragi-hiu authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    463c97b View commit details
    Browse the repository at this point in the history