github.com/SamarSidharth/kpt@v0.0.0-20231122062228-c7d747ae3ace/internal/docs/generated/licensedocs/docs.go (about) 1 // Code generated by "mdtogo"; DO NOT EDIT. 2 package licensedocs 3 4 var LicenseShort = `Display license information.` 5 var LicenseLong = ` 6 The ` + "`" + `license` + "`" + ` command group contains subcommands for displaying license information 7 of the OSS libraries used by ` + "`" + `kpt` + "`" + `. 8 ` 9 10 var InfoShort = `Displays OSS license information.` 11 var InfoLong = ` 12 kpt alpha license info 13 ` 14 var InfoExamples = ` 15 # display license information for OSS libraries. 16 $ kpt alpha license info | less 17 `