small thing for the client
This commit is contained in:
parent
085e79c7bd
commit
dda2eb921a
@ -8,6 +8,8 @@ import MDBReader from 'mdb-reader';
|
|||||||
import { diff } from 'just-diff';
|
import { diff } from 'just-diff';
|
||||||
import { version } from './package.json';
|
import { version } from './package.json';
|
||||||
|
|
||||||
|
console.log(`FDLogUp Client v${version}`);
|
||||||
|
|
||||||
const rl = readline.createInterface({
|
const rl = readline.createInterface({
|
||||||
input: process.stdin,
|
input: process.stdin,
|
||||||
output: process.stdout
|
output: process.stdout
|
||||||
@ -115,8 +117,5 @@ process.on("SIGINT", () => {
|
|||||||
});
|
});
|
||||||
rl.close();
|
rl.close();
|
||||||
|
|
||||||
|
|
||||||
console.log(`FDLogUp Client v${version}`);
|
|
||||||
|
|
||||||
// "Upload first" option
|
// "Upload first" option
|
||||||
if (process.argv[2] === '--upload') _upload();
|
if (process.argv[2] === '--upload') _upload();
|
||||||
|
Loading…
Reference in New Issue
Block a user