docs
docs copied to clipboard
Add missing -lp shortcut for --launch-profile in dotnet run documentation
This PR adds the missing -lp shorthand for the --launch-profile option in the dotnet run CLI reference.
Changes made:
Added -lp alias alongside --launch-profile
Added clarification note and consistent formatting
Why: The previous documentation omitted the -lp shortcut even though it appears in the official CLI help (dotnet run -h).