We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a0f4a commit 90fffe6Copy full SHA for 90fffe6
exe/pdk
@@ -2,4 +2,9 @@
2
3
require 'pdk/cli'
4
5
-PDK::CLI.run(ARGV)
+begin
6
+ PDK::CLI.run(ARGV)
7
+rescue Interrupt
8
+ warn "\nAborted!"
9
+ exit 1
10
+end
0 commit comments