-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from vgeruso/develop
[ADD] New Flag and Doc Adjustment
- Loading branch information
Showing
5 changed files
with
51 additions
and
30 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
echo "cpn version 1.2.1" | ||
echo | ||
echo "Usage: cpn [<flag>] <command> [<arg>]" | ||
echo | ||
echo "These are common cpn commands:" | ||
echo | ||
echo "Start a working area:" | ||
echo " init <name project> Create you project api node" | ||
echo | ||
echo "Perform maintenance on your cpn:" | ||
echo " update Update cpn on your machine" | ||
echo " uninstall Uninstal cpn from your machine" | ||
echo | ||
echo "These are common cpn flags:" | ||
echo " -h or --help Show this help list" |
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 |
---|---|---|
|
@@ -25,4 +25,5 @@ else | |
|
||
echo "Update successfully!" | ||
echo | ||
$CPN_DIR/src/help.sh | ||
fi |