Files
coder/cli/constants.go
Cian Johnston c9691eafcb feat: cli: consolidate schedule-related commands (#2402)
* feat: cli: consolidate schedule-related commands

This commit makes the following changes:
- renames autostart -> schedule starat
- renames ttl -> schedule stop
- renames bump -> schedule override
- adds schedule show command
- moves some cli-related stuff to util.go
2022-06-16 18:24:10 +01:00

7 lines
78 B
Go

package cli
const (
timeFormat = "3:04PM MST"
dateFormat = "Jan 2, 2006"
)