Giter Club home page Giter Club logo

Comments (3)

ggilder avatar ggilder commented on September 6, 2024

Commander does support multiple lines in descriptions; for example, this script is pretty close to what you describe:

require 'commander/import'

program :name, 'Foo Bar'
program :version, '1.0.0'
program :description, <<DESC
Author:
ABC did most of the work
DEF also worked on this
DESC

However, the help formatter currently doesn't do anything to preserve indentation for multiline strings, so the indentation is not consistent between the first line and the following lines.

If you're interested in making a patch to fix this, I would look at the help formatter ERB files: https://github.com/visionmedia/commander/blob/master/lib/commander/help_formatters/terminal/help.erb#L7
https://github.com/visionmedia/commander/blob/master/lib/commander/help_formatters/terminal/command_help.erb#L15

And maybe implement an indentation helper in https://github.com/visionmedia/commander/blob/master/lib/commander/help_formatters/terminal.rb or https://github.com/visionmedia/commander/blob/master/lib/commander/help_formatters/base.rb

from commander.

MitchellAJ avatar MitchellAJ commented on September 6, 2024

Thanks for the rapid reply, I’ll have a look and submit something.

Allen.

From: Gabriel Gilder [mailto:[email protected]]
Sent: June-02-13 3:06 PM
To: visionmedia/commander
Cc: Allen Mitchell
Subject: Re: [commander] Multiple line in description, help details.... (#54)

Commander does support multiple lines in descriptions; for example, this script is pretty close to what you describe:

require 'commander/import'

program :name, 'Foo Bar'
program :version, '1.0.0'
program :description, <<DESC
Author:
ABC did most of the work
DEF also worked on this
DESC

However, the help formatter currently doesn't do anything to preserve indentation for multiline strings, so the indentation is not consistent between the first line and the following lines.

If you're interested in making a patch to fix this, I would look at the help formatter ERB files: https://github.com/visionmedia/commander/blob/master/lib/commander/help_formatters/terminal/help.erb#L7
https://github.com/visionmedia/commander/blob/master/lib/commander/help_formatters/terminal/command_help.erb#L15

And maybe implement an indentation helper in https://github.com/visionmedia/commander/blob/master/lib/commander/help_formatters/terminal.rb or https://github.com/visionmedia/commander/blob/master/lib/commander/help_formatters/base.rb


Reply to this email directly or view it on GitHub #54 (comment) . https://github.com/notifications/beacon/e-O88Xs4RTqNMWG2z6uql_mCjMoEak12wqS-jxTra8TI8GX8j8m0lpbYFNu_rSRJ.gif

No virus found in this message.
Checked by AVG - www.avg.com http://www.avg.com
Version: 2013.0.3343 / Virus Database: 3184/6376 - Release Date: 06/02/13

from commander.

ggilder avatar ggilder commented on September 6, 2024

Fixed here: 9ea5c0f

from commander.

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.