question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cleanup command line arguments

See original GitHub issue

Cleaning up command line arguments might break backward incompatibility. With the command line cleanup remove the deprecated command line arguments too.

  • add a configuration option listen address #331
  • -v flag should be used for verbose mode for all the sub commands #225
  • cleanup skip list and steps (quickcheck) args #575

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
gyorbcommented, Oct 20, 2016

We plan to remove all the arguments which are deprecated. Another backward incompatible change will be that the -v flag will be used to set verbosity for every sub commands. Right now it is used for view-port under the server sub command. The v6.0 release will break database schema and the command line and maybe our thrift API too. That is why we plan a new major release. Many things will be simplified and improved but some changes we can not do without breaking backward incompatibility.

0reactions
whisperitycommented, Apr 25, 2017

In #639: The argument list of quickcheck was not changed (so -s is still --print-steps), but -s has been removed from the option token for skipfiles in analyze. Just as how, -u is no longer an argument for suppress in parse and store.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Disk Cleanup Cleanmgr Command Line Arguments in ...
Open an elevated command prompt. · Type the following command cleanmgr.exe /SAGESET:number · Tick the options you want to be run for this...
Read more >
How to Clean Your Windows PC Using Command Prompt
Open Command Prompt, type cleanmgr, and hit Enter. · In the Drive Selection window, select the drive you want to clean up and...
Read more >
Automating Disk Cleanup tool - Windows Server
Command -line switches. You can start the Disk Cleanup tool by running cleanmgr.exe, or by selecting Start > Programs > Accessories > System ......
Read more >
Command-line version of Disk Cleanup Utility or Cleanmgr.exe
Since we want to run the Disk Cleanup Utility, write C:\Windows\system32\cleanmgr.exe and Add argument as /sagerun:1. As we have saved the disk ...
Read more >
How to cleandsk in Windows 10 - Command Line Arguments
The Disk Cleanup tool has been around in Windows for many years. It offers a quick way to delete temporary, cache, and other...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found