Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question