module

Xssmaze::CLI

XSSMaze parses its own command line instead of letting Kemal do it, so the help screen, the error wording and the extra flags are ours. Kemal is then run with args: nil and simply reads the config we filled in here.

Class methods

parse!(args : Array(String) = ARGV) : Options
Source

Nested types