R
R
romajke2017-11-26 21:10:22
Python
romajke, 2017-11-26 21:10:22

How to enable command line in Codelite?

As a matter of fact, my question is very simple: how to open the command line in Codelite.
Let me explain why: I am writing a console application, and I would like to run it through the command line, well, that is, for example ./application arg1 arg2 argN

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
ScriptKiddo, 2019-09-10
Daniel Markelov @

funcs = {
    '20': messages,
    '21': contin,
    ...
}
...
    try:
        await funcs[payload](vk, peer_id)
    except Exception as e:
        print(str(e))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question