Skip to content

Commit

Permalink
Fix issues from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KSchopmeyer committed May 10, 2020
1 parent 847b2ae commit db0c942
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,8 @@ Released: not yet
text string to the console and is use for simple commands like
``server interop`` that only output one piece of data. (see issue #594)

* Add option `--full` to `connection list` to create both a brief table
output that only has 3 columns (name, server, mock-server) as default but
when the option is set all of the columns currently in the report. We did
this because it appears that the most frequent use of this command is to just
get the name of the various servers defined within an 80 column display.
This also now shows empty columns where the original report hid any columns
that were empty. (See issue #556)

**Cleanup**

* Added table formatted output for connection show and removed original
free-form output format. (See issue #572)

* Added documentation on incremental search option to search the command
history file in interactive mode. (See issue #595)

* Added documentation index entries for commands, command groups, etc. (see
issue #598)

**Known issues:**

* See `list of open issues`_.
Expand Down Expand Up @@ -225,6 +208,13 @@ Released: 2020-04-10

* Increased minimum version of pywbem to 0.17.0 (See issue #571)

* Add option `--full` to `connection list` to create both a brief table
output that only has 3 columns (name, server, mock-server) as default but
when the option is set all of the columns currently in the report. We did
this because it appears that the most frequent use of this command is to just
get the name of the various servers defined within an 80 column display.
This also now shows empty columns where the original report hid any columns
that were empty. (See issue #556)

**Cleanup:**

Expand Down Expand Up @@ -267,6 +257,16 @@ Released: 2020-04-10
`--use-pull` can now be set for a particular server permanently.(See issues
#529 and #534).

* Added table formatted output for connection show and removed original
free-form output format. (See issue #572)

* Added documentation on incremental search option to search the command
history file in interactive mode. (See issue #595)

* Added documentation index entries for commands, command groups, etc. (see
issue #598)



pywbemtools 0.5.0
-----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/pywbemcli/generaloptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ table = table|plain|simple|grid|psql|rst|html
+----------+---------------+----------+----------------+--------------------------------------------+
| | get | 'mof' | table | |
+----------+---------------+----------+----------------+--------------------------------------------+
|server | brand | 'text ' | text | Alternate is table format |
|server | brand | 'text' | text | Alternate is table format |
+----------+---------------+----------+----------------+--------------------------------------------+
| |centralinsts | 'simple' | table | |
+----------+---------------+----------+----------------+--------------------------------------------+
Expand Down

0 comments on commit db0c942

Please sign in to comment.