14
0
forked from pool/python-knack

Accepting request 705248 from home:pgajdos

- version update to 0.6.2
 * Adds ability to declare that command groups, commands, and arguments
   are in a preview status and therefore might change or be removed.
   This is done by passing the kwarg `is_preview=True`.
 * Adds a generic `StatusTag` class to `knack.util` that allows you
   to create your own colorized tags like `[Preview]` and `[Deprecated]`.
 * When an incorrect command name is entered, Knack will now attempt
   to suggest the closest alternative.

OBS-URL: https://build.opensuse.org/request/show/705248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-05-24 13:38:20 +00:00
committed by Git OBS Bridge
parent b6252098f4
commit 8d1053e29b
5 changed files with 41 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 24 12:36:58 UTC 2019 - pgajdos@suse.com
- version update to 0.6.2
* Adds ability to declare that command groups, commands, and arguments
are in a preview status and therefore might change or be removed.
This is done by passing the kwarg `is_preview=True`.
* Adds a generic `StatusTag` class to `knack.util` that allows you
to create your own colorized tags like `[Preview]` and `[Deprecated]`.
* When an incorrect command name is entered, Knack will now attempt
to suggest the closest alternative.
-------------------------------------------------------------------
Tue May 21 09:51:57 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>