Created
June 17, 2017 20:39
-
-
Save GonZo/6144eab482b7ddd0fbc45b8d5710760c to your computer and use it in GitHub Desktop.
Revisions
-
GonZo created this gist
Jun 17, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ "package cli command": { "prefix": "clicomm", "body": [ "{" "Name: \"${1:Name}\"," "Usage: \"${2:Usage}\"," "Description: \"${3:Descrition}\"," "Subcommands: ${4:Function}," "}" ], "description": "Cli command simple boilerplate" }, "package cli command with action": { "prefix": "clicomm", "body": [ "{" "Name: \"${1:Name}\"," "Usage: \"${2:Usage}\"," "Description: \"${3:Descrition}\"," "Action: ${4:Interface{}}," "}" ], "description": "Cli command simple boilerplate with action field" }