Giter Club home page Giter Club logo

Comments (4)

martin-pe avatar martin-pe commented on September 7, 2024

Should be okay now.
Moreover plain html export and shadbala added

from maitreya8.

ossiviljakainen avatar ossiviljakainen commented on September 7, 2024

Still some required quotation marks are missing from the help text:

Current:
Usage: maitreya8t [--help] [--date <str>] [--location <str>]

Should be updated to:
Usage: maitreya8t [--help] [--date="<str>"] [--location="<str>"]

Current:
--date=<str> Set UT date YYYY-MM-DD HH:MM:SS

Should be updated to:
--date=<str> Set UT date "YYYY-MM-DD HH:MM:SS"

The file= does not require quotation marks, as one can use the unix syntax using the backslash as delimiter for space character, or alternatively encolose the filename in quotation marks.

from maitreya8.

mack3457 avatar mack3457 commented on September 7, 2024

I disagree on the quotes in the usage line: a string as a parameter will always have to obey the rules of parameter strings on your particular operating system.

If you write --date=2017-01-01\ 18:57:23 on unix or --date=2017-01-0"1 "18:57:23 on windows or unix or use single quotes on unix or enclose the complete argument in quotes, doesn't make any difference.

Using --date= vs. --date etc.: yes, you are right, the normal default would be to use the equal sign on long options and no equal sign on the short form of the option if available. So, in the usage line, it should read --date= etc., even if --date can be used as well.

from maitreya8.

ossiviljakainen avatar ossiviljakainen commented on September 7, 2024

Ok thanks :)

from maitreya8.

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.