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

Case sensitive option #205

Open
ghost opened this issue Jul 12, 2019 · 0 comments
Open

Case sensitive option #205

ghost opened this issue Jul 12, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 12, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants