Devyn Cairns

Results 85 comments of Devyn Cairns

@fdncred did you end up changing the sort order from lev distance? That might have had some impact on this I do think it would be a good idea also...

I like the idea of this, but I wonder if just for the sake of correctness it might be good to use the existing `def main` syntax for scripts, even...

I suppose if I understand your use case correctly, you probably really would rather not have to write `def main`. But in that case I don't think we should try...

The gist of this PR is that it seems that some tools will allow you to run your shell with whatever command you want and also pass additional args to...

@klesh sure, happy to try to cook something up tomorrow.

Hey @klesh. In looking into this more, I discovered that there's a function we already trust to escape args for scripts, so it seems like we can use the same...

@klesh My bad, see review :point_up:

Hey @klesh, thanks for getting this into a good state. I think we still don't have consensus on exactly how this fits in with our design, but we'll probably talk...

Ah, sorry, let me sync up with everyone else on this again. I'll let you know how things look after I gather enough eyes on it.

Okay, so basically as I understand it, we just want `--` behaviour here to be consistent with whatever we end up doing for internal commands. It sounds like `--` should...