[fpc-pascal] Freepascal CLI library
Darius Blaszyk
dhkblaszyk at zeelandnet.nl
Sat Jan 13 22:53:15 CET 2018
I'm working on a CLI application that allows the user to do some
configuration. During the process the user is presented with different
questions that need to be answered, before the configuration is written
to file. For convenience, the user is presented with default options as
well. Something like this:
----------
Log files can be written to monitor the performance and debug the
application
> Please select whether you would like to write logs to file (y/n) [y]:
----------
Is there a library available that can handle this kind of input from the
command line? Though not difficult to write something from scratch (I
already started on it), I feel like this has to be available already.
Anyone has a tip for me?
TIA!
Rgds, Darius
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20180113/381eedbe/attachment.html>
More information about the fpc-pascal
mailing list