Skip to content
Felipe Manga edited this page Nov 25, 2019 · 2 revisions

The FemtoIDE commandline is a way of controlling an already-open instance of the IDE. To use it, first open a project in the IDE. Now you can control the IDE from a terminal by typing: IDE <project name> commands...

For example: IDE "Hello Java" compileAndRun

Note that, at the moment, it is not possible to call commands that require parameters.

See also: list of commands

Clone this wiki locally