Revamp stages and restructure project #1
@ -1,8 +1,13 @@
|
|||||||
void call(String stepName) {
|
void call(String stepName) {
|
||||||
stepCorner = '+'
|
stepCorner = '+'
|
||||||
stepBanner = "| $stepName |"
|
stepBanner = "║ $stepName ║"
|
||||||
bannerWidth = stepBanner.length() - 2
|
bannerWidth = stepBanner.length() - 2
|
||||||
banner = stepCorner + ('=' * bannerWidth) + stepCorner
|
// banner = stepCorner + ('=' * bannerWidth) + stepCorner
|
||||||
|
|
||||||
echo "$banner\n$stepBanner\n$banner"
|
top = '╔' + ('═' * bannerWidth) + '╗'
|
||||||
|
bottom = '╚' + ('═' * bannerWidth) + '╝'
|
||||||
|
|
||||||
|
echo "$top\n$stepBanner\n$bottom"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ═ ║ ╒ ╓ ╔ ╕ ╖ ╗ ╘ ╙ ╚ ╛ ╜ ╝ ╞ ╟ ╠ ╡ ╢ ╣ ╤ ╥ ╦ ╧ ╨ ╩ ╪ ╫ ╬
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user