Ms
/
havas
forked from ScraaapYard/havas
1
0
Fork 0

update test

This commit is contained in:
Ms 2023-09-08 10:55:51 +05:30
parent 328ab857c7
commit 39a1221660
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def flag_exec(flag)
end
end
#hey bro
# checking for flags
if cli_ARGS.length == 0 then flag_exec 0 end
cli_ARGS.each{|flag| if flag[0]=='-' then flag_exec flag end}