Show / Hide Table of Contents

Class CommandLine

Contains static helpers for handling command line input and output.

Inheritance
System.Object
CommandLine
Namespace: Towel
Assembly: Towel.dll
Syntax
public static class CommandLine : object

Methods

| Improve this Doc View Source

HandleArguments(String[])

Handles the command line arguments by invoking the relative CommandAttribute method in the calling .

Declaration
public static void HandleArguments(string[] args = null)
Parameters
Type Name Description
System.String[] args

The command line arguments.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX