(flags *pflag.FlagSet)
| 99 | } |
| 100 | |
| 101 | func addCursorFlag(flags *pflag.FlagSet) { |
| 102 | flags.StringP( |
| 103 | "cursor", "c", "", |
| 104 | "cursor for continuing where the previous request left") |
| 105 | } |
| 106 | |
| 107 | func addOutputFlag(flags *pflag.FlagSet) { |
| 108 | flags.StringP( |
no outgoing calls
no test coverage detected