twitchdev / twitch-cli

The official Twitch CLI to make developing on Twitch easier.
Apache License 2.0
612 stars 71 forks source link

Allow perma ban testing for channel.ban #257

Closed Xemdo closed 1 year ago

Xemdo commented 1 year ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Problem/Feature

Fixes #195

Description of Changes:

--ban-end flag takes custom values, single numeric values for seconds (e.g. 600), or shorthand times (e.g. 10d4h12m55s)

Checklist