Files
dotify/src/lib/internals/has-action.sh

6 lines
96 B
Bash

dotify-has-action() {
if [[ " ${DOTIFY_ACTIONS[@]} " != *" $1 "* ]]; then
return 1
fi
}