• W
    terminal: show message if there are no vars/locals/args · e60942a3
    Wesley Merkel 提交于
    When the vars, locals, or args commands return no results, nothing is
    
    printed out to the terminal. This commit makes these commands print a
    
    message like `(no locals)` when there is nothing to show. This feedback
    
    is more descriptive of what is being returned than an empty string.
    e60942a3
command.go 30.1 KB