Describe object now matches cmd name (#2603)

This commit is contained in:
Chris Gillespie
2020-09-26 18:54:47 -07:00
committed by GitHub
parent ed243c88d2
commit 18909ec14a
3 changed files with 10 additions and 10 deletions

View File

@ -95,7 +95,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(Kill),
whole_stream_command(Version),
whole_stream_command(Clear),
whole_stream_command(What),
whole_stream_command(Describe),
whole_stream_command(Which),
whole_stream_command(Debug),
whole_stream_command(Alias),