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:
1
src/interface/IConfig.d.ts
vendored
1
src/interface/IConfig.d.ts
vendored
@@ -19,6 +19,7 @@ interface IConfig {
|
||||
batch?: string;
|
||||
verbose?: boolean;
|
||||
debug?: boolean;
|
||||
unlog?: boolean;
|
||||
retry?: number;
|
||||
// Login options
|
||||
logUsingApi?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user