-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
|
||
NAME | ||
bal-help - Display information on all the commands of the `bal` tool. | ||
Update Commands: | ||
dist Manage Ballerina distributions | ||
update Update the Ballerina tool | ||
|
||
SYNOPSIS | ||
bal help | ||
bal help <command> | ||
bal help <command> <sub-command> | ||
|
||
DESCRIPTION | ||
Display all the information about the `bal` tool and its supported commands. | ||
|
||
EXAMPLES | ||
Display information about the `bal update` command. | ||
$ bal help update | ||
|
||
Display information about the `bal dist update` command. | ||
$ bal help dist update | ||
Use 'bal help <command>' for more information on a specific command. |