Sha256: 13f5d1ce554583dfd8c4bd0c387ba47762afe2f96a20eeee975447a570c4b126

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

Contents

# ronin-console 1 "April 2012" Ronin "User Manuals"

## SYNOPSIS

`ronin console` [*options*]

## DESCRIPTION

Start the Ronin Console.

## OPTIONS

`--[no-]color`
  Enables color output.

`-q`, `--[no-]quiet`
  Disable verbose output.

`--[no-]silent`
  Silence all output.

`-v`, `--[no-]verbose`
  Enable verbose output.

`-D`, `--database` [*URI*]
  The database to URI (`mysql://user:password@host/ronin`).

`--[no-]backtrace`
  Enable or disables long backtraces.

`-V`, `--[no-]version`
  Print the Ronin version.

`-r`, `--require` [*PATH*]
  Ruby files to require.

## FILES

*~/.ronin/*
  Ronin configuration directory.

*~/.ronin/config.rb*
  Configuration file that is loaded before the Ronin Console starts.

*~/.ronin/console.log*
  History log for the Ronin Console.

*~/.ronin/database.log*
  Database log.

*~/.ronin/database.sqlite3*
  The default sqlite3 Database file.

*~/.ronin/database.yml*
  Optional Database configuration.

## ENVIRONMENT

HOME
  Specifies the home directory of the user. Ronin will search for the
  *~/.ronin/* configuration directory within the home directory.

EDITOR
  Specifies the editor to use when invoking the `.edit` console command.

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

ronin(1)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ronin-1.5.0 man/ronin-console.1.md
ronin-1.5.0.rc2 man/ronin-console.1.md