Should the 2nd `if` check for `$commandargs` instead? ``` elif [[ $command == "user-stats" ]]; then if [[ $command != "" ]]; then ```
Should the 2nd
ifcheck for$commandargsinstead?