Giter VIP home page Giter VIP logo

Comments (8)

Chi-teck avatar Chi-teck commented on July 26, 2024

That's not clear to me. Do you still have to input class when running the above command?

from drupal-code-generator.

richardbporter avatar richardbporter commented on July 26, 2024

If you run the following command:
dcg twig-extension -a '{"name": "Example", "machine_name": "example"}'

You are prompted to enter the Class name. I'm just wondering if there is some way to avoid that prompt and use the default value.

from drupal-code-generator.

Chi-teck avatar Chi-teck commented on July 26, 2024

No, it is not possible. To avoid prompt you should provide "class" value explicitly.
dcg twig-extension -a '{"name": "Example", "machine_name": "example", "class": "ExampleTwigExtension"}'

from drupal-code-generator.

Chi-teck avatar Chi-teck commented on July 26, 2024

Other values like true, false and null don't seem to work either.

Boolean values work for me when passed as is (true or false).

from drupal-code-generator.

richardbporter avatar richardbporter commented on July 26, 2024

True, but it uses the boolean value as the class name. Not a huge deal but it would be great if omitted values would use the default value provided in the generator.

I haven't dug into the code yet but do you think there is a way of accomplishing this? Would you consider a PR for this feature?

from drupal-code-generator.

Chi-teck avatar Chi-teck commented on July 26, 2024

it uses the boolean value as the class name

Right now if I omit the class answer or pass null as its value it prompts for input. Does it work the same way for you? How can I reproduce the issue with boolean value as the class name?

from drupal-code-generator.

Chi-teck avatar Chi-teck commented on July 26, 2024

It should be possible now to pass null to indicate that the question should accept its default value.
dcg twig-extension -a '{"name": "Example", "machine_name": null, "class": null}'
In case you are doing some scripting, I would not recommend relying on this feature because the default values may change over time.

I also added support for string confirmation answers (yes/no).

from drupal-code-generator.

richardbporter avatar richardbporter commented on July 26, 2024

Nice! Just tested it out and it works as expected.

Yes, I have created some custom generators (with Drush) that are determining some more complicated default answers. This is much more convenient than having to pass those in on the CLI.

Thanks very much!

from drupal-code-generator.

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.