Sha256: 39b71e1decdc42cac1e831220f312d8dcf313a14e22371c17b30629379bc43cb

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 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

1 entries across 1 versions & 1 rubygems

Version Path
ronin-1.5.1 man/ronin-console.1.md