Allow users to configure fields on show-user
and show-db
#42
Labels
No Label
art
big
blocked
bug
crash report
disputed
documentation
duplicate
feature request
good first issue
packaging
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
#78 Rename `list-db` to `show-db`, and print table
Projects/mysqladm-rs
Reference: Projects/mysqladm-rs#42
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add a flag
--fields
or something of the sort , that allows you to enable/disable fields in the output table. e.g.show-user --fields user,has_password,is_locked
.Also, add a list to the config, to allow the program to have a default set of fields, and potentially banned fields as well. Ensure that the user has some way of listing out these fields, potentially with another command.