@@ -54,23 +54,23 @@ func Error(msg string) {
54
54
func Help () {
55
55
fmt .Print ("\033 [1;38;2;254;228;208mBox options:\n " )
56
56
fmt .Print ("\n " )
57
- fmt .Print (" --msgbox [options] <text> <height> <width>\n " )
58
- fmt .Print (" --yesno [options] <text> <height> <width>\n " )
59
- fmt .Print (" --infobox [options] <text> <height> <width>\n " )
60
- fmt .Print (" --inputbox [options] <text> <height> <width> [init]\n " )
61
- fmt .Print (" --passwordbox [options] <text> <height> <width>\n " )
62
- fmt .Print (" --menu [options] <text> <height> <width> <listheight> [tag item] ...\n " )
63
- fmt .Print (" --checklist [options] <text> <height> <width> <listheight> [tag item status]...\n " )
64
- fmt .Print (" --radiolist [options] <text> <height> <width> <listheight> [tag item status]...\n " )
65
- fmt .Print (" --gauge [options] <text> <height> <width>\n " )
57
+ fmt .Print (" --msgbox [options] <text> <height> <width>\n " )
58
+ fmt .Print (" --yesno [options] <text> <height> <width>\n " )
59
+ fmt .Print (" --infobox [options] <text> <height> <width>\n " )
60
+ fmt .Print (" --inputbox [options] <text> <height> <width> [init]\n " )
61
+ fmt .Print (" --passwordbox [options] <text> <height> <width>\n " )
62
+ fmt .Print (" --menu [options] <text> <height> <width> <listheight> [tag item] ...\n " )
63
+ fmt .Print (" --checklist [options] <text> <height> <width> <listheight> [tag item status]...\n " )
64
+ fmt .Print (" --radiolist [options] <text> <height> <width> <listheight> [tag item status]...\n " )
65
+ fmt .Print (" --gauge [options] <text> <height> <width>\n " )
66
66
fmt .Print ("\n " )
67
67
fmt .Print ("Options:\n " )
68
68
fmt .Print ("\n " )
69
69
//fmt.Print(" --bgcolor\n")
70
70
//fmt.Print(" --boxcolor\n")
71
71
//fmt.Print(" --cursorcolor\n")
72
- fmt .Print (" --border [rounded/normal/thick/double/hidden]\n " )
73
- fmt .Print ("--help print this message\n " )
74
- fmt .Print ("--version print version information\033 [0m\n " )
72
+ fmt .Print (" --border [rounded/normal/thick/double/hidden]\n " )
73
+ fmt .Print (" --help print this message\n " )
74
+ fmt .Print (" --version print version information\033 [0m\n " )
75
75
76
76
}
0 commit comments