struct

CLI::Option

Inherits Struct < Value < Object

Constructors

new(height : UInt32, width : UInt32, method : MazeCraze::Maze::GenerationMethod, animate : Bool, render_to : Nil | String, save_to : Nil | String, maze : Nil | MazeCraze::Maze)
Source

Instance methods

animate
Source
animate=(animate : Bool)
Source
height
Source
height=(height : UInt32)
Source
maze
Source
maze=(maze : MazeCraze::Maze | Nil)
Source
method
Source
render_to
Source
render_to=(render_to : String | Nil)
Source
save_to
Source
save_to=(save_to : String | Nil)
Source
width
Source
width=(width : UInt32)
Source