module Crygen::Modules::Arg

Overview

Module that is used to store and add the arguments.

Direct including types

Defined in:

modules/arg.cr

Instance Method Summary

Instance Method Detail

def add_arg(name : String, type : String, value : String | Nil = nil) : self #

Adds an argument.


[View source]
def add_args(*args : Tuple(String, String, String | Nil)) : self #

Adds several arguments.


[View source]
def generate_args : String #

Generate the args.


[View source]