class Drift::Commands::New

Defined in:

drift/commands/new.cr

Constant Summary

MIGRATION_TEMPLATE = "-- drift:migrate\n\n-- drift:rollback"

Instance Method Summary

Instance methods inherited from class Drift::Commands::Command

options : Options options

Constructor methods inherited from class Drift::Commands::Command

new(options : Drift::Commands::Options) new

Class methods inherited from class Drift::Commands::Command

run(options, *args) run

Instance Method Detail

def run(*args) #

[View source]