-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No arg package ? #1
Comments
Hey @dearchap, thanks for the interest! This is a toy project I had a couple years back, and part of that was practicing documentation-driven development. So I'll definitely double down on the line from the README:
At this point, it's probably more likely that this never ends up anywhere than that it does, so picking up new work here might be akin to throwing code into the void 😅 That said, I pushed up the very rudimentary work I had but hadn't checked in—it's a partial implementation of |
Hi Robert
I dog food urfave/cli but am frustrated with the design and PR turn around time . I’ve been thinking of rolling my own until I just upon this repo by chance and instantly liked the basic design as it is more modern(options based). How interested are you in moving this forward ? I see the following features in need in order of priority
1. Required flags
2. Basic args support
3. Flags and args validation interface based on validator/v10
4. Support for other flag types(int, float, slices, count etc)
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Robert Liebowitz ***@***.***>
Sent: Thursday, December 30, 2021 6:02:16 AM
To: rliebz/clip ***@***.***>
Cc: dearchap ***@***.***>; Mention ***@***.***>
Subject: Re: [rliebz/clip] No arg package ? (Issue #1)
Hey @dearchap<https://github.com/dearchap>, thanks for the interest!
This is a toy project I had a couple years back, and part of that was practicing documentation-driven development. So I'll definitely double down on the line from the README:
Warning: Clip is currently incomplete software and should not yet be used by anyone.
At this point, it's probably more likely that this never ends up anywhere than that it does, so picking up new work here might be akin to throwing code into the void 😅
That said, I pushed up the very rudimentary work I had but hadn't checked in—it's a partial implementation of WithArgs and no support for WithArg. There's a good chance this isn't the right direction, but if you're interested: https://github.com/rliebz/clip/tree/args
—
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAYNLZU56W2WARKUDM3DJZLUTQ33RANCNFSM5K462NJA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Unfortunately I'm not going to be able to give dedicated support time to this repo any time soon. If I ever do pick it up:
Definitely feel free to fork or use patterns from the repo if it helps. It's just not something I can personally commit to supporting. |
The README shows the command.WithArgs and arg.New . Are these available in a branch that you havent pushed ? If its not available I was wondering if I can work on doing it. 😃
The text was updated successfully, but these errors were encountered: