This repository was archived by the owner on Apr 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ function ShowHelp() {
2626 console . log ( "A Terminal App For Reaching Gitcheats.com Easily" ) ;
2727 console . log ( "" ) ;
2828 console . log ( "Commands:" ) ;
29- console . log ( "gitcheats " + chalk . blue ( "[command]" ) + " Get command cheats right into your terminal" ) ;
30- console . log ( "gitcheats " + chalk . green ( "-l --launch" ) + chalk . blue ( " [command]" ) + " Open gitcheats in new browser with your git command" ) ;
29+ console . log ( "gitcheats " + chalk . blue ( "[command]" ) + " Print command descriptions right into your terminal" ) ;
30+ console . log ( "gitcheats " + chalk . green ( "-l --launch" ) + chalk . blue ( " [command]" ) + " Launch GitCheats.com in browser with your command filtered " ) ;
3131 console . log ( "gitcheats " + chalk . green ( "-h --help" ) + " Display this help" ) ;
3232}
3333
Original file line number Diff line number Diff line change 11{
22 "name" : " git-cheats-cli" ,
33 "version" : " 1.0.0" ,
4- "description" : " A Companion For Gitcheats" ,
4+ "description" : " A Companion CLI App For Gitcheats" ,
55 "main" : " cli.js" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments