@danixl30/file-explorer-cli 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
package/dist/cli.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
#!/usr/bin/env node
|
2
|
+
import { join } from 'node:path';
|
2
3
|
import { withFullScreen } from 'fullscreen-ink';
|
3
|
-
import React from 'react';
|
4
4
|
import meow from 'meow';
|
5
|
+
import React from 'react';
|
5
6
|
import App from './app.js';
|
6
|
-
import { join } from 'node:path';
|
7
7
|
const cli = meow(`
|
8
8
|
Usage
|
9
9
|
$ files
|