Ajitem Sahasrabuddhe

Results 29 comments of Ajitem Sahasrabuddhe

@lynncyrin / @rliebz / @saschagrunert I would like to start a discussion over here about if you agree with the direction of this PR and what you would like to...

Thanks for the quick feedback guys especially on a Sunday! Let me get back to work and come back with some improvements :)

@saschagrunert / @rliebz I have updated the code to include some of our discussed changes. Please review :) @lynncyrin Although `GitHub` not selecting you as a reviewer for this PR,...

@meatballhat I can and would love to continue this. However, we need to decide on what direction to proceed. Based on earlier feedback, this PR was stuck. What do you...

These guys are doing what you are talking about @saschagrunert https://github.com/alecthomas/kong

@lynncyrin @AudriusButkevicius this sounds like a cool feature to implement

This is how I think the validation should work: 1. Int, Int64, IntSlice, Int64Slice, Float64, Uint, Uint64 - min, max, custom validation function 2. String, StringSlice - regexp, custom validation...

I tried to reproduce this issue on both v1 and v2 but could not replicate ```go package main import ( "fmt" "github.com/urfave/cli" "log" "os" ) func main() { app :=...