-
Notifications
You must be signed in to change notification settings - Fork 106
Let ai.scriptget and ai.modelget commands run successfully without optional args #791
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
…o optional argument is specified.
Codecov Report
@@ Coverage Diff @@
## master #791 +/- ##
==========================================
+ Coverage 79.95% 80.01% +0.06%
==========================================
Files 53 53
Lines 8037 8032 -5
==========================================
+ Hits 6426 6427 +1
+ Misses 1611 1605 -6
Continue to review full report at Codecov.
|
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.
please add comments to the if
confitions or have some kind of format enumt
6986bde
to
81b528b
Compare
Align script get and model get command, so it will return both source/blob and meta if no optional argument is specified.
This PR also contains some documentation corrections for the new script commands.