namespace VpSharp.Commands.Attributes; /// /// Indicates that a string parameter should consume the remainder of the arguments as one string. /// [AttributeUsage(AttributeTargets.Parameter)] public sealed class RemainderAttribute : Attribute { }