bitterfox commented on code in PR #4490:
URL: https://github.com/apache/hbase/pull/4490#discussion_r893304459


##########
hbase-shell/src/main/ruby/jar-bootstrap.rb:
##########
@@ -203,7 +203,10 @@ def debug?
 
 IRB.conf[:IRB_NAME] = 'hbase'
 IRB.conf[:AP_NAME] = 'hbase'
-IRB.conf[:PROMPT_MODE] = :CUSTOM
+if IRB.conf[:PROMPT_MODE] != :NULL

Review Comment:
   Thank you for the suggestion. I see. I updated it to use interactive for 
condition. we can switch prompt by `-n` option in any case we want to do so.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to