Skip to content

Commit

Permalink
docs: add initial function comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
beliven-fabrizio-gortani committed Dec 30, 2024
1 parent 7c87f01 commit d947633
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions laravel-sync
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,10 @@ function _colors() {
esac
}

# TO UPPER
# convert the text to uppercase
#
# @text = text to convert
function _to_upper() {
local text="$1"

Expand Down

0 comments on commit d947633

Please sign in to comment.