Skip to content

Commit

Permalink
Update basescript version with breaking changes (#15)
Browse files Browse the repository at this point in the history
* Add function to remove dots and slashes

* update fonts

* Add option to keep www from the url string

* Add option to keep www from the url string

* fix debug validation

* update function name for better verbosity

Co-authored-by: Evert Ramos <[email protected]>
  • Loading branch information
evertramos and evertramos authored Feb 6, 2022
1 parent e1f8153 commit c1f5db8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

#-----------------------------------------------------------------------
# This function has one main objective:
# 1. Show options to the user and return one option only
# 1. Show options to the user and return one option form the informed array
#
# You must/might inform the parameters below:
# 1. Options which should be shown to the user
# 2. [optional] (default: 'Select one of the options below:') You
# may inform the sentence you want to show to the user for options
# 1. Options which should be shown to the user (array)
# 2. [optional] (default: 'Select one of the options below:') You may
# inform the sentence you want to show to the user
# 3. [optional] (default: 20) Limit options to not break the screen
#
#-----------------------------------------------------------------------
Expand All @@ -37,7 +37,7 @@
# if you want to increase you must inform the new limit as variable
# ----------------------------------------------------------------------

select_one_option()
select_one_option_from_array()
{
local LOCAL_OPTIONS LOCAL_LIMIT LOCAL_MESSAGE

Expand Down

0 comments on commit c1f5db8

Please sign in to comment.