;doc:changelog: fix run/repl wording
This commit is contained in:
parent
d06d1f5ba0
commit
554b50f5b2
@ -53,9 +53,9 @@ Fixes
|
||||
|
||||
Features
|
||||
|
||||
- `run` and `repl` are new commands which run a multiple commands,
|
||||
without re-parsing data, so they run faster.
|
||||
`run` runs a commands from files or provided on the command line,
|
||||
- `run` and `repl` are new commands which run multiple commands
|
||||
without re-parsing data files, so they run faster.
|
||||
`run` runs a sequence of commands from files or command line arguments,
|
||||
and `repl` provides an interactive prompt with readline-style history.
|
||||
(Dmitry Astapov, Simon Michael, [#2323], [#2328])
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user