nativefier/src
Tyler Nickerson aeb6ba1a8c
Add "quiet" flag to suppress all log output (PR #1342)
In working on my own repo [hop](https://github.com/Nickersoft/hop), which uses nativefier under-the-hood, I found it very troublesome to suppress log output when using the programmatic API. This PR just adds a quick "quiet" option which will set the log level to "silent" and suppress all electron and nativefier output (except for errors, of course).

Co-authored-by: Ronan Jouchet <ronan@jouchet.fr>
2022-01-23 16:01:29 -05:00
..
build Add "quiet" flag to suppress all log output (PR #1342) 2022-01-23 16:01:29 -05:00
helpers Fix upgrade not working (#1286) 2021-11-29 12:01:20 -05:00
infer Fix upgrade not working (#1286) 2021-11-29 12:01:20 -05:00
options Add "quiet" flag to suppress all log output (PR #1342) 2022-01-23 16:01:29 -05:00
utils Enable TypeScript strict:true, and more typescript-eslint rules (#1223) 2021-06-15 22:20:49 -04:00
.eslintrc.js Make app strict TypeScript + linting (and add a shared project) (#1231) 2021-06-26 09:59:28 -04:00
cli.test.ts Fix app keeping running in the background after closed (--tray false regression) (PR #1242) 2021-06-25 16:03:23 -04:00
cli.ts Add "quiet" flag to suppress all log output (PR #1342) 2022-01-23 16:01:29 -05:00
constants.ts Bump default Electron from 16.0.5 to 16.0.6 2022-01-06 09:43:10 -05:00
integration-test.ts Fix upgrade not working (#1286) 2021-11-29 12:01:20 -05:00
jestSetupFiles.ts Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00
main.ts Make app strict TypeScript + linting (and add a shared project) (#1231) 2021-06-26 09:59:28 -04:00
tsconfig.json Make app strict TypeScript + linting (and add a shared project) (#1231) 2021-06-26 09:59:28 -04:00