Rework step options handling
This commit is contained in:
@@ -46,10 +46,10 @@ step_1() {
|
||||
}
|
||||
|
||||
step_3_info() {
|
||||
echoinfoArgs "[MESSAGE] [MESSAGE] ..."
|
||||
echo "Send message"
|
||||
echoinfo "Each string ([MESSAGE]) is send as separate message"
|
||||
}
|
||||
step_3_options() { echo "[MESSAGE] [MESSAGE] ..."; }
|
||||
step_3_alias() { echo "message"; }
|
||||
step_3() {
|
||||
shift
|
||||
|
Reference in New Issue
Block a user