coder v0.0.0-devel USAGE: coder task resume [flags] Resume a task - Resume a task by name: $ coder task resume my-task - Resume another user's task: $ coder task resume alice/my-task - Resume a task without confirmation: $ coder task resume my-task --yes OPTIONS: --no-wait bool Return immediately after resuming the task. -y, --yes bool Bypass confirmation prompts. ——— Run `coder --help` for a list of global options.