Customizing Output
Customize the output display of NestCLI to suit your preferences.
Line Numbers#
Enable line numbers in file content:
nest_cli --line-numbersFile Sizes#
Display file sizes in the directory tree:
nest_cli --sizeSyntax Highlighting#
Enable syntax highlighting for better readability:
nest_cli --syntax-highlightExample#
nest_cli --line-numbers --size --syntax-highlight