busbey commented on code in PR #4490: URL: https://github.com/apache/hbase/pull/4490#discussion_r890286349
########## 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: I'd say skip the prompt only in non-interactive mode. The general position since the introduction of the non-interactive flag is that it ought to be used for any scripted integration. -- 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]
