module Xssmaze::CLI

Overview

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.

Defined in:

cli.cr

Class Method Summary

Class Method Detail

def self.parse!(args : Array(String) = ARGV) : Options #

[View source]