You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:If we allow
datum dot datum
anddatum dot string
we can support this type of argument. I have an implementation of this in the following PR:operable/piper#26
The text was updated successfully, but these errors were encountered: