We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-P
1 parent 6a1f4c3 commit 36f6d0dCopy full SHA for 36f6d0d
pkg/src/util/util.sh
@@ -10,7 +10,7 @@ term.private_util_validate_p() {
10
if [[ $1 == -?(@(p|P)) ]]; then
11
case $1 in
12
*p*) flag_print='yes' ;;
13
- *P*) flag_print='yes-big' ;;
+ *P*) flag_print='yes-newline' ;;
14
esac
15
REPLY_SHIFT=1
16
else
0 commit comments