-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
132 changed files
with
1,132 additions
and
90 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### Test "add --help" prints help | ||
call __hof add --help | ||
|
||
### Test "add -h" prints help | ||
call __hof add -h | ||
|
||
|
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,9 @@ | ||
### Test "auth --help" prints help | ||
call __hof auth --help | ||
|
||
### Test "auth -h" prints help | ||
call __hof auth -h | ||
|
||
### Test "auth" (without any args) prints help | ||
call __hof auth | ||
|
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,7 @@ | ||
### Test "bisect --help" prints help | ||
call __hof bisect --help | ||
|
||
### Test "bisect -h" prints help | ||
call __hof bisect -h | ||
|
||
|
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,7 @@ | ||
### Test "branch --help" prints help | ||
call __hof branch --help | ||
|
||
### Test "branch -h" prints help | ||
call __hof branch -h | ||
|
||
|
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,7 @@ | ||
### Test "checkout --help" prints help | ||
call __hof checkout --help | ||
|
||
### Test "checkout -h" prints help | ||
call __hof checkout -h | ||
|
||
|
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,7 @@ | ||
### Test "clone --help" prints help | ||
call __hof clone --help | ||
|
||
### Test "clone -h" prints help | ||
call __hof clone -h | ||
|
||
|
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,7 @@ | ||
### Test "cmd --help" prints help | ||
call __hof cmd --help | ||
|
||
### Test "cmd -h" prints help | ||
call __hof cmd -h | ||
|
||
|
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,7 @@ | ||
### Test "commit --help" prints help | ||
call __hof commit --help | ||
|
||
### Test "commit -h" prints help | ||
call __hof commit -h | ||
|
||
|
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,9 @@ | ||
### Test "config --help" prints help | ||
call __hof config --help | ||
|
||
### Test "config -h" prints help | ||
call __hof config -h | ||
|
||
### Test "config" (without any args) prints help | ||
call __hof config | ||
|
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,9 @@ | ||
### Test "context --help" prints help | ||
call __hof context --help | ||
|
||
### Test "context -h" prints help | ||
call __hof context -h | ||
|
||
### Test "context" (without any args) prints help | ||
call __hof context | ||
|
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,7 @@ | ||
### Test "create --help" prints help | ||
call __hof create --help | ||
|
||
### Test "create -h" prints help | ||
call __hof create -h | ||
|
||
|
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,9 @@ | ||
### Test "datamodel --help" prints help | ||
call __hof datamodel --help | ||
|
||
### Test "datamodel -h" prints help | ||
call __hof datamodel -h | ||
|
||
### Test "datamodel" (without any args) prints help | ||
call __hof datamodel | ||
|
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,7 @@ | ||
### Test "def --help" prints help | ||
call __hof def --help | ||
|
||
### Test "def -h" prints help | ||
call __hof def -h | ||
|
||
|
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,7 @@ | ||
### Test "delete --help" prints help | ||
call __hof delete --help | ||
|
||
### Test "delete -h" prints help | ||
call __hof delete -h | ||
|
||
|
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,7 @@ | ||
### Test "diff --help" prints help | ||
call __hof diff --help | ||
|
||
### Test "diff -h" prints help | ||
call __hof diff -h | ||
|
||
|
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,7 @@ | ||
### Test "doc --help" prints help | ||
call __hof doc --help | ||
|
||
### Test "doc -h" prints help | ||
call __hof doc -h | ||
|
||
|
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,7 @@ | ||
### Test "edit --help" prints help | ||
call __hof edit --help | ||
|
||
### Test "edit -h" prints help | ||
call __hof edit -h | ||
|
||
|
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,7 @@ | ||
### Test "eval --help" prints help | ||
call __hof eval --help | ||
|
||
### Test "eval -h" prints help | ||
call __hof eval -h | ||
|
||
|
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,7 @@ | ||
### Test "export --help" prints help | ||
call __hof export --help | ||
|
||
### Test "export -h" prints help | ||
call __hof export -h | ||
|
||
|
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,7 @@ | ||
### Test "feedback --help" prints help | ||
call __hof feedback --help | ||
|
||
### Test "feedback -h" prints help | ||
call __hof feedback -h | ||
|
||
|
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,7 @@ | ||
### Test "fetch --help" prints help | ||
call __hof fetch --help | ||
|
||
### Test "fetch -h" prints help | ||
call __hof fetch -h | ||
|
||
|
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,7 @@ | ||
### Test "fmt --help" prints help | ||
call __hof fmt --help | ||
|
||
### Test "fmt -h" prints help | ||
call __hof fmt -h | ||
|
||
|
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,7 @@ | ||
### Test "gen --help" prints help | ||
call __hof gen --help | ||
|
||
### Test "gen -h" prints help | ||
call __hof gen -h | ||
|
||
|
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,7 @@ | ||
### Test "get --help" prints help | ||
call __hof get --help | ||
|
||
### Test "get -h" prints help | ||
call __hof get -h | ||
|
||
|
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,7 @@ | ||
### Test "hack --help" prints help | ||
call __hof hack --help | ||
|
||
### Test "hack -h" prints help | ||
call __hof hack -h | ||
|
||
|
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,7 @@ | ||
### Test "import --help" prints help | ||
call __hof import --help | ||
|
||
### Test "import -h" prints help | ||
call __hof import -h | ||
|
||
|
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,7 @@ | ||
### Test "include --help" prints help | ||
call __hof include --help | ||
|
||
### Test "include -h" prints help | ||
call __hof include -h | ||
|
||
|
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,7 @@ | ||
### Test "info --help" prints help | ||
call __hof info --help | ||
|
||
### Test "info -h" prints help | ||
call __hof info -h | ||
|
||
|
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,7 @@ | ||
### Test "init --help" prints help | ||
call __hof init --help | ||
|
||
### Test "init -h" prints help | ||
call __hof init -h | ||
|
||
|
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,7 @@ | ||
### Test "jump --help" prints help | ||
call __hof jump --help | ||
|
||
### Test "jump -h" prints help | ||
call __hof jump -h | ||
|
||
|
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,9 @@ | ||
### Test "label --help" prints help | ||
call __hof label --help | ||
|
||
### Test "label -h" prints help | ||
call __hof label -h | ||
|
||
### Test "label" (without any args) prints help | ||
call __hof label | ||
|
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,9 @@ | ||
### Test "labelset --help" prints help | ||
call __hof labelset --help | ||
|
||
### Test "labelset -h" prints help | ||
call __hof labelset -h | ||
|
||
### Test "labelset" (without any args) prints help | ||
call __hof labelset | ||
|
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,7 @@ | ||
### Test "log --help" prints help | ||
call __hof log --help | ||
|
||
### Test "log -h" prints help | ||
call __hof log -h | ||
|
||
|
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,7 @@ | ||
### Test "merge --help" prints help | ||
call __hof merge --help | ||
|
||
### Test "merge -h" prints help | ||
call __hof merge -h | ||
|
||
|
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,9 @@ | ||
### Test "mod --help" prints help | ||
call __hof mod --help | ||
|
||
### Test "mod -h" prints help | ||
call __hof mod -h | ||
|
||
### Test "mod" (without any args) prints help | ||
call __hof mod | ||
|
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,7 @@ | ||
### Test "propose --help" prints help | ||
call __hof propose --help | ||
|
||
### Test "propose -h" prints help | ||
call __hof propose -h | ||
|
||
|
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,7 @@ | ||
### Test "publish --help" prints help | ||
call __hof publish --help | ||
|
||
### Test "publish -h" prints help | ||
call __hof publish -h | ||
|
||
|
Oops, something went wrong.