no-banner CLI option doesn't work
See original GitHub issueBug report
Thanks for releasing a new version! However, the newly added --no-banner
CLI option doesn’t work as expected.
This option is also missing from the documentation and it would be nice if you could set this option from the dtsconfig.json
also.
Input code NPM script
./node_modules/.bin/dts-bundle-generator --no-banner --config=dtsconfig.json
Output
// Generated by dts-bundle-generator v4.0.0
Types here..
Expected output
Just the types
I’m using version 4.0.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
SSH client option to suppress server banners?
You can't. (At least not with stock OpenSSH). The server banner is sent by the server before authentication happens.
Read more >Can't accept the "Connect Banner" on the command line - GitLab
I'm trying to connect to our Cisco SSL VPN at work via openconnect, but can't seem to get past the final stage when...
Read more >Banner plugin is broken in production mode #6630 - GitHub
If compiled in production mode, the banner doesn't appear in the output. It does appear in development and none modes.
Read more >Configure multi-line banner in IOS-XE Guestshell Python
I am using Python cli module and configuring a single line banner has no problem. Example of multi-line banner configuration that doesn't work:...
Read more >10 Things You Might Not Know About FileVault 2 - Peachpit
Exceeding the three-line limit may result in the text being cut off and not fully displayed. You can set this banner text from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t think that it requires to publish the new version with that fixes, as soon it’s only docs update. If you’ll something wrong with v4 - please let me know 🙏
@timocov thanks for the quick responses!
If you’re going to update to documentation maybe also add documentation for the
inlineDeclareExternals
option to the config file page.