Method: App42::Base::Help.removecustomurl
- Defined in:
- lib/app42/base/help.rb
.removecustomurl ⇒ Object
535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 |
# File 'lib/app42/base/help.rb', line 535 def removecustomurl print "Usage:\n app42 removeCustomURL\n\n Remove a custom URL from an app\n\nExample:\n $ app42 removeCustomURL\n Enter App Name: demo\n\n Enter Custom URL: http://test.naveengoswami.com\n\n Removing Custom URL... OK\n Custom URL deleted successfully.\n DESC\nend\n" |