Now that we have cookies, persistant config file, we can log

and stay logged between run (or I hope so) so add a delog command,
and make the cookie monster happy.
This commit is contained in:
Godzil
2018-08-01 00:52:23 +01:00
parent a582b15103
commit 9fb85d4376
2 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ interface IConfig {
batch?: string;
verbose?: boolean;
debug?: boolean;
unlog?: boolean;
retry?: number;
// Login options
logUsingApi?: boolean;