microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Ctrl+C Ignored When Running Login Command #63

Closed jobala closed 3 years ago

jobala commented 3 years ago

Describe the bug Process is not terminated when pressing Ctrl+C

To Reproduce Steps to reproduce the behavior:

  1. Run mg login --scopes user.read
  2. Press Ctrl + C
  3. Observe that process is not terminated

Expected behavior The process is expected to terminate after pressing Ctrl+C

Screenshots N/A

Additional context N/A AB#7669