Skip to main content

Customizing Output

Customize the output display of NestCLI to suit your preferences.

Line Numbers#

Enable line numbers in file content:

nest_cli --line-numbers

File Sizes#

Display file sizes in the directory tree:

nest_cli --size

Syntax Highlighting#

Enable syntax highlighting for better readability:

nest_cli --syntax-highlight

Example#

nest_cli --line-numbers --size --syntax-highlight