Giter Club home page Giter Club logo

Comments (2)

tomghuang avatar tomghuang commented on June 11, 2024

Hi @ph2355 ,

If you want to split the long lines in your own way, you should use the arg_rem function. For example, in the ls.c example, you can see the following code snippet:

timesty = arg_str0(NULL, "time-style","STYLE", "show times using style STYLE:"),
          arg_rem (NULL,                       "  full-iso, long-iso, iso, locale, +FORMAT"),
          arg_rem (NULL,                       "FORMAT is interpreted like `date'; if FORMAT is"),
          arg_rem (NULL,                       "FORMAT1<newline>FORMAT2, FORMAT1 applies to"),
          arg_rem (NULL,                       "non-recent files and FORMAT2 to recent files;"),
          arg_rem (NULL,                       "if STYLE is prefixed with `posix-', STYLE"),
          arg_rem (NULL,                       "takes effect only outside the POSIX locale"),

When you run ./ls --help, you will see the following output:

  --time-style=STYLE        show times using style STYLE:
                              full-iso, long-iso, iso, locale, +FORMAT
                            FORMAT is interpreted like `date'; if FORMAT is
                            FORMAT1<newline>FORMAT2, FORMAT1 applies to
                            non-recent files and FORMAT2 to recent files;
                            if STYLE is prefixed with `posix-', STYLE
                            takes effect only outside the POSIX locale

from argtable3.

ph2355 avatar ph2355 commented on June 11, 2024

Great, thanks.

from argtable3.

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.