question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Spin prevents the termination of the CLI

See original GitHub issue

Since version 4.0.0, the CLI is no longer terminated when a toolbox.print.spin is used. Even if the spinner was terminated via stop(), succeed() or fail().

Example:

const spinner = toolbox.print.spin('Start');
await toolbox.system.run('sleep 2');
spinner.succeed('End');
return;

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jamonholmgrencommented, Oct 16, 2019
1reaction
kaihaasecommented, Oct 3, 2019

@jamonholmgren The menu used to be part of a help package. So that you can use it independently, I have created a new package: Gluegun Menu. I extended the README and added a GIF that shows the menu in action. It would be great if you could try the menu and suggest some improvements. I would be happy if you mentioned the Gluegun Menu in your README and other relevant documentation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Control which Auto Scaling instances terminate during scale in
Instance scale-in protection does not guarantee that instances won't be terminated in the event of a human error—for example, if someone manually terminates...
Read more >
spin CLI Guide - Spinnaker
spin CLI Guide. You can edit pipelines, applications, and configs using the Spinnaker Command Line Interface ( spin CLI).
Read more >
AWS termination protection acts as resource safety belt
For those reasons, it's important to apply AWS termination protection methods to prevent deletion of crucial resources.
Read more >
Stopping and Starting an Instance - Oracle Help Center
Learn how to stop and start an Oracle Cloud Infrastructure compute ... using the Console or the REST API with an SDK, CLI,...
Read more >
HP 3PAR Command Line Interface Reference
This reference describes the HP 3PAR Command Line Interface (CLI) ... Specifies the number of replies accepted by the system before terminating the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found