(resumable bool)
| 195 | } |
| 196 | |
| 197 | func sessionListSortKey(resumable bool) string { |
| 198 | if resumable { |
| 199 | return "last_activity" |
| 200 | } |
| 201 | return "" |
| 202 | } |
| 203 | |
| 204 | func newSessionStopCommand(deps commandDeps) *cobra.Command { |
| 205 | return &cobra.Command{ |
no outgoing calls
no test coverage detected