You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
* new options for the param `find_args` from the method `Console.get_args()`:
19
19
previously you could only input a dictionary with items like `"alias_name": ["-f", "--flag"]` that specify an arg's alias and the flags that correspond to it
20
20
new, instead of flags, you can also once use the literal `"before"` and once `"after"`, which corresponds to all non-flagged values before or after all flagged values
21
-
* changed the default `default_color` for all `Console` class input methods to `COLOR.ice`
21
+
* changed the default `default_color` for all `Console` class input methods to `None`
22
22
* the method `Console.restricted_input()` now returns an empty string instead of `None` if the user didn't input anything
23
23
* fixed several small bugs for `Console.restricted_input()` regarding the ANSI formatting of the input prompt and the input text in the console
24
24
* completely rewrote `Console.restricted_input()`, so now it's actually usable, and renamed it to just `Console.input()`
0 commit comments