mirror of
				https://github.com/Tyrrrz/CliFx.git
				synced 2025-10-25 15:19:17 +00:00 
			
		
		
		
	Update readme
This commit is contained in:
		| @@ -129,7 +129,8 @@ public class LogCommand : ICommand | ||||
|     [CommandParameter(0, Description = "Value whose logarithm is to be found.")] | ||||
|     public double Value { get; init; } | ||||
|  | ||||
|     // Name: --base | Short name: -b | ||||
|     // Name: --base | ||||
|     // Short name: -b | ||||
|     [CommandOption("base", 'b', Description = "Logarithm base.")] | ||||
|     public double Base { get; init; } = 10; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user