|
@ -107,10 +107,10 @@ then |
|
|
source "$file" --help |
|
|
source "$file" --help |
|
|
exit |
|
|
exit |
|
|
fi |
|
|
fi |
|
|
elif [ "$command" != "" ] && [ "$plugin" != "" ] && [ "$list_commands" == true ] |
|
|
|
|
|
then |
|
|
|
|
|
list "plugins/$plugin/commands" |
|
|
|
|
|
elif [ "$command" != "" ] && [ "$list_commands" == true ] |
|
|
elif [ "$command" != "" ] && [ "$list_commands" == true ] |
|
|
|
|
|
then |
|
|
|
|
|
list "plugins/$command/commands" |
|
|
|
|
|
elif [ "$list_commands" == true ] |
|
|
then |
|
|
then |
|
|
list "bin/commands" |
|
|
list "bin/commands" |
|
|
elif [ "$list_plugins" == true ] |
|
|
elif [ "$list_plugins" == true ] |
|
|