(path string, deprecated string)
| 903 | } |
| 904 | |
| 905 | func jsonDeprecatedErrorExampleCommand(path string, deprecated string) *cobra.Command { |
| 906 | cmd := jsonErrorExampleCommand(path) |
| 907 | cmd.Deprecated = deprecated |
| 908 | return cmd |
| 909 | } |
| 910 | |
| 911 | func sampleJSONAccount() jsonAccount { |
| 912 | return jsonAccount{ |
no test coverage detected