Module: HtmlToMarkdown::CLI

Defined in:
sig/html_to_markdown/cli.rbs

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.runObject

Module method (module_function creates both module and instance methods)

Run the CLI with the given arguments

Parameters:

  • argv

    Command-line arguments (defaults to ARGV)

  • stdout

    Output stream for standard output

  • stderr

    Output stream for standard error

Returns:

  • Exit code (0 for success, non-zero for failure)



11
# File 'sig/html_to_markdown/cli.rbs', line 11

def self.run: (

Instance Method Details

#runObject

Instance method version (created by module_function)



18
# File 'sig/html_to_markdown/cli.rbs', line 18

def run: (