We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c083608 commit e125637Copy full SHA for e125637
cli/agent.go
@@ -77,7 +77,8 @@ func workspaceAgent() *cobra.Command {
77
78
// Handle interrupt signals to allow for graceful shutdown,
79
// note that calling stopNotify disables the signal handler
80
- // and the next interrupt will terminate the program.
+ // and the next interrupt will terminate the program (you
81
+ // probably want cancel instead).
82
//
83
// Note that we don't want to handle these signals in the
84
// process that runs as PID 1, that's why we do this after
0 commit comments