Skip to content

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

@pip

Description

@pip

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions