diff --git a/commands b/commands index d5fad62..fe6398d 100755 --- a/commands +++ b/commands @@ -125,8 +125,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<