Class CliArgs

java.lang.Object
io.github.mmm.cli.arg.CliArgs

public class CliArgs extends Object
A simple wrapper for the arguments of a main method from a command-line-interface (CLI). Allows to easily iterate and parse these arguments.
Since:
1.0.0
See Also:
  • Constructor Details

    • CliArgs

      public CliArgs(String... args)
      The constructor.
      Parameters:
      args - the command-line arguments from main method.
  • Method Details