Skip to content

Commit 46516eb

Browse files
authored
Remove bare RAKUDO_LINE_EDITOR
It ended up being removed in favour of a better solution in: Raku/nqp@5bec212105
1 parent 88cf857 commit 46516eb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/Programs/00-running.pod6

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,10 @@ Please do not set them manually.
135135
=head2 REPL
136136
137137
=defn C<RAKUDO_LINE_EDITOR> (C<src/core/REPL.pm>)
138-
Specifies what line editor to use. Valid values are C<Linenoise>, C<Readline>, C<none>, and C<bare>,
138+
Specifies what line editor to use. Valid values are C<Linenoise>, C<Readline>, and C<none>,
139139
which load L<Linenoise|https://modules.perl6.org/repo/Linenoise> or
140140
L<Readline|https://modules.perl6.org/repo/Readline> line editors, or starts the
141-
default (C<none>) line editor that doesn't require any extra modules. The special value C<bare>
142-
enables non-interactive REPL that merely evals all of the code given to it on STDIN and then exits.
143-
If C<RAKUDO_LINE_EDITOR> is set to values other than C<bare> and C<perl6> executable is
144-
run on a non-TTY display, it will use the specified line editor, instead of automatically
145-
using the C<bare> editor.
141+
default (C<none>) line editor that doesn't require any extra modules.
146142
147143
=head2 Other
148144

0 commit comments

Comments
 (0)