10 lines
No EOL
202 B
C#
10 lines
No EOL
202 B
C#
using System;
|
|
|
|
namespace Microsoft.DotNet.Cli
|
|
{
|
|
public class BuiltInCommandMetadata
|
|
{
|
|
public Func<string[], int> Command { get; set; }
|
|
public string DocLink { get; set; }
|
|
}
|
|
} |