C# Class RenameRegex.Program

RenameRegex command line program
Mostra file Open project: nicjansma/rename-regex

Public Methods

Method Description
Main ( string args ) : int

Main command line

Private Methods

Method Description
GetArguments ( string args, string &fileMatch, string &nameSearch, string &nameReplace, bool &pretend, bool &recursive, bool &force ) : bool

Gets the program arguments

Usage ( ) : void

Method Details

Main() public static method

Main command line
public static Main ( string args ) : int
args string Command line arguments
return int