Skip to content

Case sensitive option #205

@ghost

Description

case insensitive has an option:

-i, --ignore-case

but once you turn it on, you cannot turn it off. That option could look like
this:

-s, --case-sensitive

If this option existed, you could write a function like this:

pt_bravo() {
   pt -i "$@"
}

then if you passed the new argument like this:

pt_bravo -s charlie delta.txt

the command line argument would override the function argument, as it comes
after.

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