Coder Social home page Coder Social logo

Comments (8)

suntong avatar suntong commented on August 18, 2024

The example-15-file need that package as well. This seems even less obvious as all it's doing is to read content from file or stdin, which doesn't relate to a now package much.

from cli.

mkideal avatar mkideal commented on August 18, 2024

I did not realize it was a problem before,😭 .I just want to support more formats to parse time. Well, it's a defect!

from cli.

suntong avatar suntong commented on August 18, 2024

Oh, thanks for looking that way. By "support more formats to parse time", I presume you mean how to specify the duration. If so, I found the go's default flag's handling of the duration strings is quite superb. In fact, I was quite amaze how good it can handle all those difference cases.

Once again, Excellent package!

I blogged about "Passing options to Go from command line" before. I.e., I had a pretty extensive study of all the choices available (by then), and I'm really glad to have come across your new CLI now. Yours is by far the best.

I'll sure to blog again about it and prompt it.

Keep up the good work, :)

from cli.

mkideal avatar mkideal commented on August 18, 2024

Thanks a lot! 😄

from cli.

suntong avatar suntong commented on August 18, 2024

Hi mkideal,

If it will take a while for you to fix this, could you split the clix.File out from github.com/mkideal/cli/ext please?

I'm switching my code from other implementation to cli, and this clix.File has become a road block for me. Do the splitting will at least give you some time to think more...

Thanks

from cli.

mkideal avatar mkideal commented on August 18, 2024

I have removed github.com/jinzhu/now

from cli.

suntong avatar suntong commented on August 18, 2024

works great. Thx.

from cli.

suntong avatar suntong commented on August 18, 2024

I believe this is a better option -- I tried passing with the standard time format (-t '2016-01-02 03:04:05'), and it works great.

If someone really need to parse unusual formats instead, s/he can pass it as string and use whatever fancy/powerful tools to do the conversion.

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.