We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43bde4 commit 1978f5bCopy full SHA for 1978f5b
index.ts
@@ -16,9 +16,8 @@
16
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
* PERFORMANCE OF THIS SOFTWARE.
18
*/
19
-import yargs from 'yargs'
20
-import { hideBin } from 'yargs/helpers'
21
-
+import yargs from 'yargs';
+import { hideBin } from 'yargs/helpers';
22
import { VERSION, checkForUpdate } from './lib';
23
24
(async () => {
0 commit comments