Fix list and search #1
Reference in New Issue
Block a user
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?
Need to have consistency between the list (locally installed packages) and search (available remote packages). For example, running "sl search curl" returns only curl (not curl-dev), but running "sl list curl" will list both curl and curl-dev if they are installed.
Probably needs a little more fleshing out here...
assigned to @jlarson