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.
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
Creating CLI extension for Azure Quantum #1879
Creating CLI extension for Azure Quantum #1879
Changes from 7 commits
9ddc0e4
6663ec4
43c4bd7
739e015
75410f3
000e8c4
a5eb2e1
d389d1e
aa8a4b2
91e8e99
1d3f7f8
cdd3c07
b6c5cf6
e5b5aa4
d092bb3
8446cd8
485a152
ff55bea
41d8837
14909d0
dd5d5d1
912ce6f
0b230ee
6445133
6325cb0
189b388
e334f5c
4b2d993
3cd44d9
097e3d0
ac57090
184f269
6166a86
9d3cd76
2d8813b
172e848
17b5ff2
4b13bb6
f5ee1c0
2113afa
0be66ff
ddc6450
efcd2dd
a8b84d5
5ae53c4
b4879b5
407a80c
2b8da4d
150e7e6
d0aaa9e
815a6f9
ccadf4a
eae418f
0b05b48
f596766
b0bafff
8e83036
e3775db
ffa92d6
42ee982
2e47a48
dca48d8
a34aa0f
70e095c
55cabc5
fdfae06
76c53fd
b6da8f1
91e7224
350d952
931a28c
dd71ef3
090c3fe
cd42ead
46a61c2
847fd48
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Azure CLI's convention, we create help entry for each command group and command. We put examples in command's help. For example,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Thanks for the suggestion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
help='Target id.'
is simple. It just repeats parameter name "target id".There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explanation expanded.