module Detroit::Toolchain
Constants
- DEFAULT_TOOLCHAIN
The default assembly system to use.
- DIRECTORY
Configuration directory name (most likely a hidden “dot” directory).
- DOMAIN
- FILE_EXTENSION
File identifier used to find a project’s
Assembly
file(s).
Public Class Methods
cli(argv=ARGV)
click to toggle source
# File lib/detroit/toolchain/cli.rb, line 6 def self.cli(argv=ARGV) CLI.execute(argv) end