Table of Contents
NAME
Gzz::Prompt
AUTHOR
Francis Grizzly Smit (grizzly@smit.id.au)
VERSION
0.1.2
TITLE
Gzz::Prompt
SUBTITLE
A Raku module to do basic prompting with editing and like readline but with the ability to prefill the value.
COPYRIGHT
LGPL V3.0+ LICENSE
Top of Document
Introduction
A Raku module to do basic prompting with editing and like readline but with the ability to prefill the value.
NB: I use the NativeCall module to get at a C library gzz_readline.so
which is a fork of the readline
library, I had to fork it as it doesn't normally allow you to prefill the value See gzzReadline.
NOTE: you must install gzzReadline to use this
class Gzz_readline
class Gzz_readline is export
Top of Document