You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/01 14:06:00 UTC

[jira] [Commented] (SLING-7966) Enhance the CLI by adding tool informations and more descriptive options

    [ https://issues.apache.org/jira/browse/SLING-7966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16634071#comment-16634071 ] 

ASF GitHub Bot commented on SLING-7966:
---------------------------------------

simonetripodi opened a new pull request #4: SLING-7966 - Enhance the CLI by adding tool informations and more descriptive options
URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/4
 
 
   initial checkin

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Enhance the CLI by adding tool informations and more descriptive options
> ------------------------------------------------------------------------
>
>                 Key: SLING-7966
>                 URL: https://issues.apache.org/jira/browse/SLING-7966
>             Project: Sling
>          Issue Type: Improvement
>          Components: Feature Model, Tooling
>    Affects Versions: Feature Model Analyser 0.1.4
>            Reporter: Simone Tripodi
>            Assignee: Bertrand Delacretaz
>            Priority: Major
>             Fix For: Feature Model Analyser 0.1.4
>
>
> The proposal is about improving the user experience and doesn't intend to change any existing feature.
> Currently, command output is really concise:
> {noformat}
> $ java org.apache.sling.feature.analyser.main.Main
> [INFO] Apache Sling Application Analyser
> [INFO] 
> [ERROR] Required argument missing: feature file
> {noformat}
> I would like to have it improved like described (but not included) in SLING-7929:
> {noformat}
> $ java org.apache.sling.feature.analyser.main.Main
> Usage: sfa [-hqvX] -f=<featureFile> [-p=<pluginClass>]
> Apache Sling Application Analyser
>   -f, --feature-file=<featureFile>
>                   Set feature file.
>   -h, --help      Display the usage message.
>   -p, --plugin-class=<pluginClass>
>                   Explicitly specify plugin class to run, if ommitted the default
>                     plugins are used
>   -q, --quiet     Log errors only.
>   -v, --version   Display version information.
>   -X, --verbose   Produce execution debug output.
> Copyright(c) 2018 The Apache Software Foundation.
> {noformat}
> Pull request is coming



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)