You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/vacation.go
+74-6Lines changed: 74 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,12 @@ const (
17
17
)
18
18
19
19
var (
20
-
vacationDetailsverbosebool
21
-
vacationNotestring
22
-
vacationHalfDaybool
23
-
vacationFromstring
24
-
vacationAmountint
20
+
vacationDetailsverbosebool
21
+
vacationNotestring
22
+
vacationHalfDaybool
23
+
vacationFromstring
24
+
vacationAmountint
25
+
vacationCountdownVerbosebool
25
26
)
26
27
27
28
funcinit() {
@@ -34,6 +35,9 @@ func init() {
34
35
vacationCreateCommand.Flags().IntVarP(&vacationAmount, "amount", "a", 1, "Create amount of consecutive vacation days beginning at from date [Default: 1]")
0 commit comments