Skip to content

Conversation

@kmvanbrunt
Copy link
Member

  • Enhancements
    • Using SimpleTable in the output for the following commands to improve appearance.
      • help
      • set (command and tab completion of Settables)
      • alias tab completion
      • macro tab completion
    • Tab completion of CompletionItems now includes divider row comprised of Cmd.ruler character.
    • Removed --verbose flag from set command since descriptions always show now.

Closes #1091

@codecov
Copy link

codecov bot commented Aug 19, 2021

Codecov Report

Merging #1133 (16e145a) into master (9d81810) will decrease coverage by 0.12%.
The diff coverage is 93.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1133      +/-   ##
==========================================
- Coverage   98.42%   98.30%   -0.13%     
==========================================
  Files          22       22              
  Lines        4875     4942      +67     
==========================================
+ Hits         4798     4858      +60     
- Misses         77       84       +7     
Impacted Files Coverage Δ
cmd2/argparse_custom.py 95.07% <ø> (ø)
cmd2/cmd2.py 98.09% <92.92%> (-0.27%) ⬇️
cmd2/argparse_completer.py 99.68% <100.00%> (ø)
cmd2/table_creator.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9d81810...16e145a. Read the comment docs.

@kmvanbrunt kmvanbrunt force-pushed the topic_width branch 2 times, most recently from 0a0e88c to 936b52d Compare August 19, 2021 19:41
Tabled tab completion now includes divider row.
Tab completion results for aliases, macros, and Settables wrap long fields.
SimpleTable now accepts blank for the divider character. It is identical to passing None.
Removed --verbose flag from set command so the descriptions always show.
@kmvanbrunt kmvanbrunt merged commit 1a85bfe into master Aug 23, 2021
@kmvanbrunt kmvanbrunt deleted the topic_width branch August 23, 2021 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build help tables with TableCreator

3 participants