Module: HtmlToMarkdown::CLI
- Defined in:
- sig/html_to_markdown/cli.rbs
Class Method Summary collapse
-
.run ⇒ Object
Module method (module_function creates both module and instance methods).
Instance Method Summary collapse
-
#run ⇒ Object
Instance method version (created by module_function).
Class Method Details
.run ⇒ Object
Module method (module_function creates both module and instance methods)
Run the CLI with the given arguments
11 |
# File 'sig/html_to_markdown/cli.rbs', line 11
def self.run: (
|
Instance Method Details
#run ⇒ Object
Instance method version (created by module_function)
18 |
# File 'sig/html_to_markdown/cli.rbs', line 18
def run: (
|