cliapp {cliapp} | R Documentation |
Create Rich Command Line Applications
Description
Create rich command line applications, with colors, headings, lists, alerts, progress bars, etc. It uses CSS for theming.
Details
See themes for theming, containers for container elements, inline-markup for more about command substitution and inline markup.
See also the various CLI elements:
Text elements:
cli_text()
,cli_verbatim()
,cli_h1()
.Alerts:
cli_alert()
.Progress bars:
cli_progress_bar()
.
See Also
Useful links:
[Package cliapp version 0.1.1 Index]