Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Piper to handle datum dot datum/string as an argument or option value. #1015

Closed
imbriaco opened this issue Oct 5, 2016 · 0 comments
Closed
Milestone

Comments

@imbriaco
Copy link
Member

imbriaco commented Oct 5, 2016

The pattern for datums does not currently allow the . character. This means that commands like the following will currently fail to parse unless the argument is quoted:

echo path/to/file.ext

If we allow datum dot datum and datum dot string we can support this type of argument. I have an implementation of this in the following PR:

operable/piper#26

@imbriaco imbriaco added the piper label Oct 5, 2016
@imbriaco imbriaco added this to the Cog 0.15 milestone Oct 5, 2016
@kevsmith kevsmith closed this as completed Oct 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants