We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83199ef commit 738a779Copy full SHA for 738a779
src/cli.js
@@ -8,8 +8,7 @@ const { _, ...flags } = mri(process.argv.slice(2), {
8
apiKey: process.env.MICROLINK_API_KEY,
9
pretty: true,
10
color: true,
11
- copy: false,
12
- retry: 0
+ copy: false
13
}
14
})
15
0 commit comments