Skip to content

Commit

Permalink
Fixes and improvements to global ops functions in wbemcli.
Browse files Browse the repository at this point in the history
Details:
- Removed long global function names (e.g. `EnumerateInstances`), and kept
  the short names (e.g. `ei`).
- Fixed missing `ns` parameter of `ci()`.
- Fixed incorrect invocation of underlying operation in several short
  functions:
  - `orip()` invoked `OpenReferenceInstances()`.
  - `oaip()` invoked `OpenAssociatorInstances()` and incorrectly had
    `iq`, `ico`, `pl` parameters.
- Fixed incorrect position of `rc` parameter in `oqi()` function.
- In `mc()`, removed returning the result of the underlying operation
  that doesn't return anything.
- Fixed errors in docstrings and improved the docstrings of the short
  functions.
  • Loading branch information
andy-maier committed Dec 1, 2016
1 parent 3f2bbf9 commit 6cb950a
Showing 1 changed file with 1,151 additions and 723 deletions.
Loading

0 comments on commit 6cb950a

Please sign in to comment.