File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/env python3
1+ #!/usr/bin/env python
2+
3+ # --------------------------------------------------------------------------------------------
4+ # Copyright (c) Microsoft Corporation. All rights reserved.
5+ # Licensed under the MIT License. See License.txt in the project root for license information.
6+ # --------------------------------------------------------------------------------------------
7+
28"""
39Evaluate Azure CLI help documentation quality.
410
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python
2+
3+ # --------------------------------------------------------------------------------------------
4+ # Copyright (c) Microsoft Corporation. All rights reserved.
5+ # Licensed under the MIT License. See License.txt in the project root for license information.
6+ # --------------------------------------------------------------------------------------------
7+
18"""
29HelpEvaluator class for evaluating Azure CLI help documentation quality.
310"""
You can’t perform that action at this time.
0 commit comments