Console

The Console module manages interaction with Nelson’s command window.

It provides tools to control the display, handle user input, and query terminal properties.

These features allow scripts and applications to communicate directly with the user through the console, making it easier to build interactive workflows and adapt output to the current terminal environment.

Functions

  • clc - Clear Command Window.

  • input - Display prompt and wait for user input.

  • terminal_size - Query the size of the terminal window.

Last updated

Was this helpful?