Command line calls

LuaFAR for Editor

Command line calls


Syntax

  lfe: [<options>] <command>|-r<filename> [<arguments>]

Options

  -a          asynchronous execution
  -e <str>    execute string <str>
  -l <lib>    load library <lib>

Command

Any command added via AddCommand function in _usermenu.lua.

Filename

Name of a Lua script file. It can be either absolute, or relative to the current directory.


Example

  lfe: calc 2+2