class Bindgen::Tool

Overview

Front-end tool class

Defined in:

bindgen/tool.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(root_path : String, config : Configuration, show_stats : Bool = false) #

[View source]

Class Method Detail

def self.logger #

[View source]

Instance Method Detail

def database : TypeDatabase #

[View source]
def logger #

[View source]
def root_path : String #

Path to the projects root, commonly the directory the YAML configuration file is contained in.


[View source]
def run! : Int32 #

Runs the tool. Returns the process exit code.


[View source]