Coder Social home page Coder Social logo

automatically call .start()? about prompt HOT 1 OPEN

flatiron avatar flatiron commented on June 12, 2024 1
automatically call .start()?

from prompt.

Comments (1)

QxQ avatar QxQ commented on June 12, 2024 1

Along the same alley, maybe make prompt a class?

So, the constructor of the class can call the start function
but this allows things like setting prompt.color to false to only effect one instance

example

Prompt = require('prompt');
prompt = new Prompt; // Prompt.start() is called doing the constructor, so it doesn't need to be called.
prompt.get(['stuff'], function (err, result){});

// And maybe for backward compatibility purposes, make this possible also.
Prompt.start() // This does need to be called since we're not making an instance.
Prompt.get(['stuff'], function(err, result){});

from prompt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.