Skip to content

Commit

Permalink
Show option in 'mob config'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Nov 10, 2021
1 parent 8087ece commit 85e424e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mob.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ func config(c Configuration) {
say("MOB_DONE_SQUASH" + "=" + strconv.FormatBool(c.MobDoneSquash))
say("MOB_TIMER" + "=" + c.MobTimer)
say("MOB_TIMER_ROOM" + "=" + c.MobTimerRoom)
say("MOB_TIMER_LOCAL" + "=" + strconv.FormatBool(c.MobTimerLocal))
say("MOB_TIMER_USER" + "=" + c.MobTimerUser)
say("MOB_TIMER_URL" + "=" + c.MobTimerUrl)
say("MOB_STASH_NAME" + "=" + c.StashName)
Expand Down

0 comments on commit 85e424e

Please sign in to comment.