-
Notifications
You must be signed in to change notification settings - Fork 3.4k
_help.py now parses yaml files and updates Helpfile objects #7581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4de2e7d
Dummy help.yaml file
79b5663
Parse command for testing yaml parsing
4226773
Added logic to parse help.yaml file and update help data objects.
0b73f6c
_help.py now raises error if it fails to parse help.yaml or help.yaml…
04a4901
updated _help.py: CLI now prints extension messages. Removed parser m…
5c95622
_help.py: Addressed pep8 warnings. Made some methods static
01ebec5
changed dir to dir_name as dir is a builtin function.
86e93bb
Added some comments. Link urls have title field instad of name field.…
857b004
Fixed bug in _params_equal()
0894682
checked out devs _help.py file.
4a90f31
Refactoring code. Todo: update print_header to print links. Fix bug w…
457f6ed
script to convert _help.py to help/yaml. Parses short and long summar…
43a036f
Help conversion script uses ruamel.yaml. Output is ordered and visual…
9e60de9
Conversion script now converts parameters to arguments (bug fix). Out…
49e6694
Removed unnecessary file.
2d8c474
Addressed style feedback.
47e56d6
Changes:
8548e73
uncommented help import
bc3a170
Added tests to help script.
6d5b7f2
PEP8 style changes.
01ebbf4
Sphinx properly handles help groups.
c567248
Refactored _help.py and _help_util.py to _help_loaders.py
8ab7c9c
Removed _help_util.py
9589f39
Bug fixes
b5c5279
More refactoring, script tests pass
a1732d1
Changes to restore _help.py to same state before rebase.
dc1ad57
Updated AzCliHelp to print links associated with commands and groups.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.