diff --git a/commands b/commands index f38621c..b8b14e0 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<