applemcg / bash

Bash Function Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

report WARNING message on list_delete, _remove

applemcg opened this issue · comments

on list_delete with any arguments, assume the user meant list_remove items from the list; issue a warning and do nothing

similarly on list_remove with NO arguments, warn the user and do nothing.

a NON issue; the features were already there