node-cli icon indicating copy to clipboard operation
node-cli copied to clipboard

raise SystemExit() instead of sys.exit()

Open avirajkhare00 opened this issue 2 years ago • 0 comments

if a command throws an error. It's better to raise SystemExit() instead of sys.exit()

avirajkhare00 avatar Sep 12 '22 02:09 avirajkhare00