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

Errors on MacOS with ZSH #23

Closed
uhlhosting opened this issue Oct 18, 2021 · 2 comments
Closed

Errors on MacOS with ZSH #23

uhlhosting opened this issue Oct 18, 2021 · 2 comments
Labels
question Further information is requested

Comments

@uhlhosting
Copy link

22:42:55 [cosmic:~] % echo "eNpKyUwvSizIUHBXqPZIzcnJ17ULzy_KSakFBAAA__9sQAjG" | kroki decode -
digraph G {Hello->World}
zsh: parse error near `}'
22:43:11 [cosmic:~] 1 % $ echo "eNpKyUwvSizIUHBXqPZIzcnJ17ULzy_KSakFBAAA__9sQAjG" | kroki decode -
digraph G {Hello->World}

zsh: parse error near `}'
22:43:20 [cosmic:~] 1 % $ echo "eNpKyUwvSizIUHBXqPZIzcnJ17ULzy_KSakFBAAA__9sQAjG" | kroki decode - digraph G {Hello->World}

zsh: parse error near `}'
@ggrossetie
Copy link
Member

Just to be sure, you are only executing the first part, right?

echo "eNpKyUwvSizIUHBXqPZIzcnJ17ULzy_KSakFBAAA__9sQAjG" | kroki decode -

The following is the output of the command:

digraph G {Hello->World}

I cannot reproduce this issue on similar environment unless I try to execute digraph G {Hello->World} as part of the command (which is an invalid command, hence the error).

@ggrossetie ggrossetie added the question Further information is requested label Oct 19, 2021
@ggrossetie
Copy link
Member

Closing since I cannot reproduce this issue and no additional information was provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants