github.com/mirantis/virtlet@v1.5.2-0.20191204181327-1659b8a48e9b/pkg/tools/TestGenDocCommand.out.txt (about) 1 # FILE: topcmd.md 2 ## topcmd 3 4 Topmost command 5 6 **Synopsis** 7 8 Lorem ipsum dolor sit amet 9 10 11 **Subcommands** 12 13 * [topcmd bar](#topcmd-bar) - Bar command 14 * [topcmd foo](#topcmd-foo) - Foo command 15 ## topcmd bar 16 17 Bar command 18 19 **Synopsis** 20 21 Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua 22 23 ``` 24 topcmd bar [flags] 25 ``` 26 27 ## topcmd foo 28 29 Foo command 30 31 **Synopsis** 32 33 Consectetur adipiscing elit 34 35 ``` 36 topcmd foo [flags] 37 ``` 38 39 **Examples** 40 41 ``` 42 kubectl plugin topcmd foo 43 ``` 44 45 46 **Options** 47 48 49 ``` 50 --fooflag int 51 ``` 52 foo flag 53 **(default value:** `4242`) 54 55 ## Global options 56 57 58 ``` 59 --anotherflag int 60 ``` 61 another flag 62 **(default value:** `42`) 63 64 ``` 65 -h, --help 66 ``` 67 help for topcmd 68 69 ``` 70 -f, --someflag string 71 ``` 72 a flag 73 **(default value:** `"someflagvalue"`) 74