MasterLanz
MasterLanz
CC#
Created by MasterLanz on 8/22/2024 in #help
-h and -v support for help and version respectively in CommandLineParser
Hey guys i have been using CommandLineParser for my application. Such a great package with inbuilt support for help and version. Although, i need to have -h and -v to display help and support. Is it possible through the package itself or should I handle it using commands
1 replies
CC#
Created by MasterLanz on 8/20/2024 in #help
console freeze replication because of quick edit in windows 11
Hey guys, i am having a c# console application that calls a ps script. This ps script installs a bunch of py packages using pip. Most of the time the installation is successful, but sometimes the console just hangs/freezes until some keypress is encountered.🥲 How do i replicate this reliably to test and solve the issue
14 replies