Skip to content

Commit a018b91

Browse files
committed
Updated change log.
1 parent 87fe6ba commit a018b91

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ shell, and the option for a persistent bottom bar that can display realtime stat
4040
- `Cmd.allow_appended_space/allow_closing_quote` -> `Completions.allow_finalization`
4141
- Removed `flag_based_complete` and `index_based_complete` functions since their functionality
4242
is already provided in arpgarse-based completion.
43-
- Changed `Statement.multiline_command` field from a string to a bool.
43+
- Changed `Statement.multiline_command` from a string to a bool.
44+
- Made `Statement.arg_list` a property which generates the list on-demand.
45+
- Renamed `Statement.output` to `Statement.redirector`.
46+
- Renamed `Statement.output_to` to `Statement.redirect_to`.
47+
- Removed `Statement.pipe_to` since it can be handled by `Statement.redirector` and
48+
`Statement.redirect_to`.
4449
- Enhancements
4550
- New `cmd2.Cmd` parameters
4651
- **auto_suggest**: (boolean) if `True`, provide fish shell style auto-suggestions. These

0 commit comments

Comments
 (0)