Open phillipj opened 4 years ago
Just tried running setup with a personal access token starting with a minus (-):
-
$ gitlab-search setup -superSecretToken error: missing required argument 'personal-access-token'
Doesn't seem to recognise that token argument if it starts with a minus, which obviously some GitLab tokens do.
This might be affect by my use of zsh.
Workaround for this ATM for anyone struggling with the same is creating the .gitlabsearchrc file by hand:
.gitlabsearchrc
$ echo '{"token":"-superSecretToken"}' > .gitlabsearchrc
Just tried running setup with a personal access token starting with a minus (
-
):Doesn't seem to recognise that token argument if it starts with a minus, which obviously some GitLab tokens do.
This might be affect by my use of zsh.