()
| 183 | } |
| 184 | |
| 185 | func init() { |
| 186 | shareLinkInfoCmd.Flags().String("path", "", "Display metadata for a path inside the shared link") |
| 187 | addSharedLinkPasswordFlags(shareLinkInfoCmd) |
| 188 | shareLinkCmd.AddCommand(shareLinkInfoCmd) |
| 189 | enableStructuredOutput(shareLinkInfoCmd) |
| 190 | } |
nothing calls this directly
no test coverage detected