Spin prevents the termination of the CLI
See original GitHub issueSince 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:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kaihaase I added it to the readme: https://github.com/infinitered/gluegun#community-clis-and-plugins
Many thanks!
@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.