({path}: {path: string})
| 4 | import {heading} from './heading'; |
| 5 | |
| 6 | export async function exit({path}: {path: string}) { |
| 7 | p.outro( |
| 8 | heading({ |
| 9 | text: 'readme.md', |
| 10 | sub: `instructions written in \n ${pc.dim(figures.pointer)} ${pc.italic(pc.dim(path))}`, |
| 11 | green: true, |
| 12 | }), |
| 13 | ); |
| 14 | process.exit(0); |
| 15 | } |