We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5a264 commit c3a4736Copy full SHA for c3a4736
lpc17prl.lua
@@ -9,7 +9,9 @@ local repl = require'repl'
9
10
local usage_str = string.format([=[
11
Usage:
12
- %s [-vqi] [-O[no-]<option>[=<value>]] [-W|-R|-V <file-name>] [-P|-T|-E|-B|-I|-h]
+ %s
13
+ [-vqi] [-O[no-]<option>[=<value>]] [-l <lua-file>]
14
+ [-W|-R|-V <file-name>] [-P|-T|-E|-B|-I|-h]
15
]=], arg[0])
16
17
local help_str = [=[
@@ -30,7 +32,11 @@ Modes:
30
32
-E Erase
31
33
-B Blank check
34
-I Enter ISP mode (use with -i)
- -h Show this message
35
+
36
+Other options:
37
+ -h Show this help message
38
+ -l Load and execute <lua-file> from the current folder before
39
+ starting the repl
40
41
Options (<> mark the default):
42
hex/<no-hex>
0 commit comments