Customizing Output
Customize the output display of NestCLI to suit your preferences.
#
Line NumbersEnable line numbers in file content:
nest_cli --line-numbers
#
File SizesDisplay file sizes in the directory tree:
nest_cli --size
#
Syntax HighlightingEnable syntax highlighting for better readability:
nest_cli --syntax-highlight
#
Examplenest_cli --line-numbers --size --syntax-highlight