()
| 46 | } |
| 47 | |
| 48 | const handleCdCommandCopy = () => { |
| 49 | navigator.clipboard.writeText('cd /path/to/your-repo') |
| 50 | posthog.capture(AnalyticsEvent.INSTALL_DIALOG_CD_COMMAND_COPIED) |
| 51 | cdCopyButtonRef.current?.click() |
| 52 | } |
| 53 | |
| 54 | const handleRunCommandCopy = () => { |
| 55 | navigator.clipboard.writeText('codebuff') |
no test coverage detected