Class: Ronin::Listener::CLI::Commands::New Private

Inherits:
Ronin::Listener::CLI::Command show all
Defined in:
lib/ronin/listener/cli/commands/new.rb,
lib/ronin/listener/cli/commands/new/dns.rb,
lib/ronin/listener/cli/commands/new/http.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Creates a new DNS or HTTP listener Ruby script.

Usage

ronin new {project [options] DIR | script FILLE}

Options

-h, --help                       Print help information

Arguments

[COMMAND]                        The command name to run
[ARGS ...]                       Additional arguments for the command

Commands

help
dns
http

Defined Under Namespace

Classes: Dns, Http