ReplOptionsGroupAttribute
Marks a class as a reusable options group whose public properties are expanded into individual command options when used as a handler parameter.
- Kind:
Class - Namespace: Repl.Parameters
- Assembly:
Repl.Core - Source: src/Repl.Core/Parameters/Attributes/ReplOptionsGroupAttribute.cs
Signature
Section titled “Signature”[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]public sealed class ReplOptionsGroupAttribute : Attribute