diff --git a/commands b/commands index 073d9f6..c630b60 100755 --- a/commands +++ b/commands @@ -130,8 +130,12 @@ help_list echo '' echo 'Additional commands:' help_content_func | sort | column -c2 -t -s, - else + elif [[ $(ps -o command= $PPID) == *"--all"* ]]; then help_content_func + else + cat<