Replies: 4 comments 3 replies
-
|
@indirect I'd love to read the blog post, but I'm getting a 404! |
Beta Was this translation helpful? Give feedback.
-
|
Having read the blog post through, I'm noticing the use of Alternatively, I have been trying to drill into my mind that Here's some proposed documentation that might be useful too:
|
Beta Was this translation helpful? Give feedback.
-
|
I like the thrust of this, absolutely. Run for project-specific tasks, exec for global tasks. Makes perfect sense to me. |
Beta Was this translation helpful? Give feedback.
-
|
I discussed with @indirect and @kaspth briefly and yeah, this distinction makes sense. I argue that most cases can be disambiguated easily depending on context, namely, whether So I feel the great majority of use cases don't need separate commands and can do the most expected thing without the user explicitly asking for it. In this sense, I really like how That said, there are a lot of edge cases, so there will most likely be a need to be able to disambiguate what happens under the hood explicitly. Whether that's through separate commands, different flags for the same command, configuration, explicit edition of project files/manifests... I'm not sure. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We're planning to add commands named
execandrunto rv, mostly modeled on how uv handles those commands, but with Bundler, npm, and Cargo in mind.For more information about the history and functionality, read our recent blog post Why are
execandrunso confusing?, and then come back with your thoughts.How would you expect the
rv execandrv runcommands to work? What options would you expect them to have?Beta Was this translation helpful? Give feedback.
All reactions