All public logs
From OnixOS
Combined display of all available logs of OnixOS. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:21, 25 August 2026 Tedaryum talk contribs created page O Language/API/CLI (Created page with "= CLI = The <code>olang</code> executable runs source files, starts the REPL, manages packages and processes, and operates web projects. == Source commands == <pre> olang # Start the REPL olang run <file> # Run a source file olang exec 'output("Hello")' olang compile -f <file> -o <output> </pre> == Package commands == <pre> olang install [-f library.olp] olang info [-f library.olp] olang generate [-f library.olp...")
