-
Notifications
You must be signed in to change notification settings - Fork 206
rhc show warning everytime run a command. #762
Comments
For me too. It's becaus the TimeoutError isdeprecated. |
I'm using a workaround solution. Using vim to edit file in Change first line => Problem solved! |
For those, who love shell, try: sed 's/^#\![[:graph:]]* ruby/& -W0/' `which rhc` | sudo tee `which rhc` Do not run it twice, otherwise you will brake everything 🎱 |
I believe same as #744 |
@rand0me For me the sed above does it's thing - then get |
@PotOfCoffee2Go Hello! That's because my solution somewhat outdated. I think if you replace |
An alternative that worked for me: $VERBOSE = nil at the beginning of |
Everytime I run a rhc command, it show this warning:
/usr/lib/ruby/gems/2.3.0/gems/commander-4.2.1/lib/commander/user_interaction.rb:328: warning: constant ::TimeoutError is deprecated
I'm using Arch Linux and install it with
gem install rhc
. My gem list is updated.The text was updated successfully, but these errors were encountered: