Coder Social home page Coder Social logo

Comments (2)

runeimp avatar runeimp commented on July 29, 2024

It's hard to understand what you are trying to solve exactly. There is nothing stopping you from passing options that get used by the internal recipe code. But recipes are not automatically functions or scripts. Just is a task runner intended to replace make in situations where it is used as a task runner instead of a code builder. So any input for a recipe is expected to be handled by the tasks, code, etc. within the recipe itself.

If you code a recipe as a shebang script, your script should handle the recipe input as needed, or the various tasks should be passed whatever input is appropriate based on how you designed the signature of the recipe. I believe there are some tools out there that may do what you're expecting as a specific feature of the tool. But just is not one of them. And I believe this was discussed much earlier in the projects life cycle. It is also used a lot on many projects, often by automated systems as well. The changes you're asking for would likely break a large portion of them out-of-the-gate if implemented.

@casey do you have any thoughts? I have a feeling I'm overlooking something regarding all of this.

@Jarthianur I have a feeling I'm being harsh in my response. If that is the case please forgive me. I'm not feeling quite right today but wanted to give you some feedback on your request.

from just.

casey avatar casey commented on July 29, 2024

I don't think this is a terrible idea, but there's actually an issue open for this, #476, so closing as a duplicate. Check out #476.

This would be a backwards incompatible change, since it's possible to pass flags as a recipe argument:

foo arg:
  echo {{arg}}
$ just foo --bar
echo --bar
--bar

The version proposed in #476 requires declaring that arguments will be accepted as a flag, so as to be backwards compatible:

foo --arg:

from just.

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.