Class CommandLineOption
- Namespace
- Fluxzy.Utils.Curl
- Assembly
- Fluxzy.Core.dll
public class CommandLineOption : ICommandLineItem
- Inheritance
-
CommandLineOption
- Implements
-
- Inherited Members
-
Constructors
CommandLineOption(string)
public CommandLineOption(string name)
Parameters
name
string
CommandLineOption(string, string?)
public CommandLineOption(string name, string? value)
Parameters
name
string
value
string
Properties
Name
public string Name { get; }
Property Value
- string
Value
public string? Value { get; }
Property Value
- string
Methods
ToCommandLine(CommandLineVariant)
public string ToCommandLine(CommandLineVariant variant)
Parameters
variant
CommandLineVariant
Returns
- string