Skip to content

Conversation

@jhoward-lm
Copy link
Contributor

@jhoward-lm jhoward-lm commented Jun 23, 2024

List Command

Description

Add initial list sub command to display tabular info about documents currently stored in local database.

Miscellaneous

Change --verbose flag to indicate multiple levels of verbosity rather than true or false. For example, it can now be used as --verbose, --verbose=2, -v, -vv, etc.

  • --verbose/-v: logger messages at debug level are displayed
  • --verbose=2/-vv: in addition to above, all SQL statements executed by driver are printed by the ent backend client

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

@jhoward-lm jhoward-lm added the enhancement New feature or request label Jun 23, 2024
@jhoward-lm jhoward-lm self-assigned this Jun 23, 2024
@jhoward-lm jhoward-lm requested a review from a team as a code owner June 23, 2024 19:48
refactor:
- change --verbose flag to count instead of bool

Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
@jhoward-lm jhoward-lm linked an issue Jun 24, 2024 that may be closed by this pull request
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
@jhoward-lm jhoward-lm merged commit a53d193 into main Jun 25, 2024
@jhoward-lm jhoward-lm deleted the list-command branch June 25, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

LIST command

4 participants