Writing Command Line Applications – Tips & Tricks – dry-run
Testing command line applications is not easy. Dry Run, is a testing process usually used for command line applications. Also it allows you to simulate what will happen when you run the command. It’s kinda like running SELECT statement on…