Skip to content

Unable to handle wildcard support #10

@dmikushin

Description

@dmikushin

Consider the following example:

►facad *.ttf
Error: Unexpected argument 'NotoMono-Regular.ttf'

Here I ask to list all .ttf files. Since the wildcard expansion is a part of the shell itself, facad sees expanded list of files. And fails, because it expects only one argument.

The expected correct behavior is to have the same as in ls:

►ls *.ttf
NotoMono-Regular.ttf  NotoSans-BoldItalic.ttf  NotoSans-Bold.ttf  NotoSans-Italic.ttf  NotoSansMono-Regular.ttf  NotoSans-Regular.ttf

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