Class: Overscribe::CLI
- Inherits:
-
Thor
- Object
- Thor
- Overscribe::CLI
- Defined in:
- lib/overscribe/cli.rb
Defined Under Namespace
Classes: Collections
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
50 51 52 |
# File 'lib/overscribe/cli.rb', line 50 def self.exit_on_failure? true end |
Instance Method Details
#oneshot(url) ⇒ Object
43 44 45 |
# File 'lib/overscribe/cli.rb', line 43 def oneshot(url) Overscribe.fetch_oneshot(url, ) end |