Skip to content

How to terminate server process? #77

@guilhermebodin

Description

@guilhermebodin

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions