BadScript 2
Loading...
Searching...
No Matches
UsageAttribute.cs
Go to the documentation of this file.
1// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See License.md in the project root for license information.
2
3using System;
4
5namespace CommandLine.Text
6{
11 [AttributeUsage(AttributeTargets.Property)]
12 public sealed class UsageAttribute : Attribute
13 {
17 public string ApplicationAlias { get; set; }
18 }
19}
Applied to a static property that yields a sequence of CommandLine.Text.Example, provides data to ren...
string ApplicationAlias
Application name, script or any means that starts current program.