Allow specifying what to list in the "list" command #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Currently, I have the commands
kb list
andkb list-tags
I propose removing
list-tags
and instead allowing things likeThis has a few advantages:
kb list --normal --assets
If no arguments are sent, I would print normal
meaning
kb list
==kb list --normal
This will probably be limited to the DB table
items
. This basically means thattags will still be a separate command. This is because the columns are
different between the tables so listing both at once in a meaningful way will
be difficult