libcubescript/meson_options.txt

12 lines
216 B
Meson

option('readline',
type: 'boolean',
value: false,
description: 'Use GNU readline for the REPL'
)
option('linenoise',
type: 'boolean',
value: true,
description: 'Use linenoise for the REPL'
)