codesections/_

README.md Installation section zef command unquoted and wrong auth prefix?

Opened this issue · 0 comments

pip commented

Hello codesections. I just tried running the:

$ zef install _:auth<github:codesections>

and it resulted in: zsh: parse error near '\n'
I'm pretty sure because the angle-brackets tried re-direction of STDIN && STDOUT to invalid files. Then running (with single-quoted):

$ zef install '_:auth<github:codesections>'

resulted in: No candidates found matching identity: _:auth<github:codesections>
so then I tried:

$ zef install _

which found and installed: _:ver<0.0.1>:auth<zef:codesections>

So it looks like your install command should quote the auth info in the package name and should use zef: instead of github: I think. Hope this helps and that _ can see some progress. Seems like a cool utility package idea and I'd like to see it progress. -Pip