hop
This commit is contained in:
parent
890ec27b63
commit
7af2853018
6
app.js
6
app.js
|
@ -10,11 +10,11 @@ const stats = {
|
||||||
const myArgs = process.argv;
|
const myArgs = process.argv;
|
||||||
console.log('command arguments: ', myArgs);
|
console.log('command arguments: ', myArgs);
|
||||||
|
|
||||||
const enableFilterByTag = true;
|
// const enableFilterByTag = true;
|
||||||
// const enableFilterByTag = false;
|
const enableFilterByTag = false;
|
||||||
|
|
||||||
let outputFileName = 'all_tasks_report';
|
let outputFileName = 'all_tasks_report';
|
||||||
const filterByTag = 'work';
|
const filterByTag = 'lemonway';
|
||||||
if(enableFilterByTag){
|
if(enableFilterByTag){
|
||||||
outputFileName = `${filterByTag}_filtered_tasks_report`;
|
outputFileName = `${filterByTag}_filtered_tasks_report`;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue