Skip to content

Certain cd commands fail when syntax validation is on #150

Open
@dnivra

Description

@dnivra

Commands such as following fail when input validation is on.

In [1]: cd ..
Syntax Error

In [1]: cd -
Syntax Error

They work fine if input validation is turned off. Absolute paths work regardless. Is it possible to disable input validation for cd in total? I think that might be the better solution since there might be other variants of cd that might fail when input validation is on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions