CLI wrapper for explainshell.com
explain [command]Explain the command ls -lah:
explain ls -lahResult:
list directory contents
__________________________________________________
-l use a long listing format
__________________________________________________
-a, --all
do not ignore entries starting with .
__________________________________________________
-h, --human-readable
with -l, print sizes in human readable format (e.g., 1K 234M 2G)
__________________________________________________
go install github.com/davidborzek/explainshell-cli/cmd/explain@latest