We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafa66f commit 862cd01Copy full SHA for 862cd01
utils/utils.go
@@ -31,7 +31,7 @@ This emits help text when --help tag is called
31
*/
32
func EmitHelpText() string {
33
34
- versionDetails := `0.1.5`
+ versionDetails := `0.1.7`
35
authorDetails := `mainak55512 (mbhattacharjee432@gmail.com)`
36
flagDetails := "--help\n--ext [extension name]\n--json\n--yaml"
37
helpFlagDetails := "--help\tShows the usage details\n\n\tstto --help or,\n\tstto -help\n\n"
0 commit comments