Coder Social home page Coder Social logo

Comments (7)

suntong avatar suntong commented on August 18, 2024

Is "Reader read from url", #34, what you are looking for?

If yes, take a look at
https://github.com/suntong/cascadia#twitter-search

from cli.

oakad avatar oakad commented on August 18, 2024

Not at all.

I'm talking about situations of:
app -arg http://google.com

with args struct:

type rootArgs struct {
	cli.Helper
	someArg url.URL `cli:"arg" usage:"give me some url"`
}

from cli.

suntong avatar suntong commented on August 18, 2024

Oh, ok. Is url.URL something new or already supported?

from cli.

oakad avatar oakad commented on August 18, 2024

Something new compared to what? It's an stdlib type (import net/url), which can parse and validate urls. I'm using it right now with a help of a custom parser boilerplate (as outlined in my OP). However, considering that validating urls is a pretty common task in Go world, I hoped that it can be incorporated into the "cli" library as one of the basic types (similar to string and int).

from cli.

suntong avatar suntong commented on August 18, 2024

@mkideal is not active nowadays as he used to be.
Previously bugs get fixed within days, usually within 48 or even 24 hours.
Now he's in sleeping mode that nobody seems to be able to wake him up.

I mean, you'll have better chances if you submit a PR, with some well-thought test cases covered.

from cli.

oakad avatar oakad commented on August 18, 2024

I have decided to abstain from PRs on github these days. :-)

Everybody says, "submit a PR", but when someone does it always deteriorates into a never ending PR-ball, which usually makes a rather lousy pastime.

from cli.

suntong avatar suntong commented on August 18, 2024

oh, that's an odd story, but good to hear.

from cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.