mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: replace todos with issues (#1066)
This commit is contained in:
@ -22,7 +22,7 @@ func workspaceAutostart() *cobra.Command {
|
||||
Short: "schedule a workspace to automatically start at a regular time",
|
||||
Long: autostartDescriptionLong,
|
||||
Example: "coder workspaces autostart enable my-workspace --minute 30 --hour 9 --days 1-5 --tz Europe/Dublin",
|
||||
Hidden: true, // TODO(cian): un-hide when autostart scheduling implemented
|
||||
Hidden: true,
|
||||
}
|
||||
|
||||
autostartCmd.AddCommand(workspaceAutostartEnable())
|
||||
|
Reference in New Issue
Block a user