Skip to content

Support reading multi-line input in Ronin::Core::CLI::Shell.start #19

@postmodern

Description

@postmodern

Support reading multi-line input using Reline.readmultiline(prompt, use_history) { |multiline_input| ... } with a block that checks if the last line is the closing line. We will need to count opening/closing quotes to determine if the input has been "closed". Example: https://github.com/ruby/reline#multi-line-editing-mode

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions