rozštěpen z adphi/occweb
1
0
Rozštěpit 0

fix greetings not updating date on exit

This commit is contained in:
Adphi 2019-01-19 19:15:22 +01:00
rodič a1efcf2096
revize 1745aa185a
1 změnil soubory, kde provedl 3 přidání a 1 odebrání

Zobrazit soubor

@ -32,7 +32,9 @@
});
}
}, {
greetings: '[[;green;]' + new Date().toString().slice(0, 24) + "]\n\nPress [[;#ff5e99;]Enter] for more information on [[;#009ae3;]occ] commands.\n",
greetings: function (callback) {
callback('[[;green;]' + new Date().toString().slice(0, 24) + "]\n\nPress [[;#ff5e99;]Enter] for more information on [[;#009ae3;]occ] commands.\n")
},
name: 'occ',
prompt: 'occ $ ',
completion: response,