Skip to content
Patrick Hammer edited this page Oct 15, 2020 · 5 revisions

The preferred way to interact with the system, both for humans and other computer systems.

The shell is invoked by running

./NAR shell

It outputs all operator executions and question answers with the following format:

Answer: Narsese
for answers and
^OPNAME executed with args ARG_PRODUCT

for operations, both which can be parsed easily by the application which invokes ONA as a subprocess.

Clone this wiki locally