Skip to content

fix: prefer CTRL+D for cancel job (#1286)

Andreas Weber requested to merge AnWeber/cli:1286 into main

Description

This MR replaces Ctrl+C shortcut with Ctrl+D shortcut in gitlab ci view command. The previous behaviour was misleading because Ctrl+C is usually used to exit the current program without any modifications.

MR is identical to !1239 (closed). But !1239 (closed) seems dead.

I accidentally killed 3 pipelines today alone because of this key combination.

Related Issues

Resolves #1286 (closed)

How has this been tested?

Tested with cli. No UnitTest

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Andreas Weber

Merge request reports