Show / Hide Table of Contents

Method Run

| Edit this page View Source

Run(string[])

The function that will be called when the user runs your console command, with space-delimited arguments.
Declaration
public abstract void Run(string[] args)
Parameters
Type Name Description
string[] args The arguments the user types, with spaces being the delimiter.
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾