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

How to terminate server process? #77

Closed
guilhermebodin opened this issue Dec 18, 2019 · 1 comment · Fixed by #78
Closed

How to terminate server process? #77

guilhermebodin opened this issue Dec 18, 2019 · 1 comment · Fixed by #78
Assignees

Comments

@guilhermebodin
Copy link

I saw that the command to terminate the server is :terminate but this is not a valid command.

function isvalidcmd(cmd)
    isempty(cmd) && return false
    Base.is_id_start_char(cmd[1]) || return false
    for c in cmd
        Base.is_id_char(c) || return false
    end
    true
end

because this function returns false

Base.is_id_start_char(':')

is there another way?

@tanmaykm
Copy link
Member

Thanks @guilhermebodin for reporting.
This should be fixed with #75.
A new version v0.6.1 is tagged as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants