Command line args to disable config dialog and console
See original GitHub issueHi,
The Cloud Commander provides this config dialog (e.g. by pressing F10) to change some parameters. Wouldn’t it be great to have a command-line argument available to disable this config dialog? For example:
cloudcmd --no-config-dialog
This is because some of the config options are not meant to be changed by a user such as the port or the root directory, or even the auth credentials. Same is true for the console dialog, which also provides too much access for some use cases. So another option would be nice:
cloudcmd --no-console
Johannes
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
List of Chromium Command Line Switches - Peter Beverloo
Some change behavior of features, others are for debugging or experimenting. This page lists the available switches including their conditions and descriptions.
Read more >Command-line switches for Microsoft Office products
Use command-line switches to customize the startup process for Microsott Office programs: Word, Excel, PowerPoint, Outlook, and Access.
Read more >c# - How can I clear the CommandLineArgs of an application ...
Show activity on this post. You can use Process. Start to start a new instance of the application, providing the new credentials as...
Read more >Command Line Options - Valve Developer Community
Suppresses console warnings from stale.txt existing. -autoconfig, Restores video and performance settings to default for the current hardware ...
Read more >Command-line arguments - Sumatra PDF
List of command line options. -restrict : runs in restricted mode where you can disable features that require access to file system, registry...
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
Ability to hide
config
landed in v5.8.0.--no-console
landed in v5.9.0.