Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/sdkPublic

Commit3d163b5

Browse files
Copilotdsplaisted
andcommitted
Hide elevatedadminpath command from help output
The elevatedadminpath command is now hidden from the main help output as it's an internal command not meant to be invoked directly by users. The command is still functional when invoked explicitly.Co-authored-by: dsplaisted <145043+dsplaisted@users.noreply.github.com>
1 parent6174dec commit3d163b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/Installer/dotnetup/Commands/ElevatedAdminPath/ElevatedAdminPathCommandParser.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public static Command GetCommand()
2424
privatestaticCommandConstructCommand()
2525
{
2626
Commandcommand=new("elevatedadminpath","Modifies the machine-wide admin PATH (requires elevated privileges)");
27+
command.Hidden=true;
2728

2829
command.Arguments.Add(OperationArgument);
2930

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp