Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review and verify output of ballerina dist pull --help #328

Closed
Kishanthan opened this issue Dec 16, 2019 · 1 comment
Closed

Review and verify output of ballerina dist pull --help #328

Kishanthan opened this issue Dec 16, 2019 · 1 comment
Assignees
Labels

Comments

@Kishanthan
Copy link
Contributor

Kishanthan commented Dec 16, 2019

Description:

$ ballerina dist pull --help
NAME
       ballerina-dist-pull - Pull and use a given distribution version

SYNOPSIS
       ballerina dist pull <distribution-version>


DESCRIPTION
       Dist-pull pulls and uses a given Ballerina version from project repository.


OPTIONS
       Ballerina dist pull command takes no options.


EXAMPLES
       Install Ballerina 1.0.0 version.
          → ballerina dist pull jballerina-1.0.0

       This will download and keep jballerina-1.0.0 distribution and set ballerina command.

Issues

  1. Fix grammer issues in
    DESCRIPTION Dist-pull pulls and uses a given Ballerina version from project repository.
  2. Fix this text This will download and keep jballerina-1.0.0 distribution and set ballerina command. This setance does not have a meaning IMO.
  3. Remove the OPTIONS as if the command does not take any, its no point showing that in the text.

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

@MaryamZi
Copy link
Member

Fixed with #329

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants