mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-24 03:01:01 +01:00
list: Retain support if someone specifies -a or all to list all
This commit is contained in:
@@ -253,6 +253,9 @@ while [ "$#" -gt 0 ]; do
|
||||
-h|--help|help)
|
||||
usage
|
||||
;;
|
||||
-a|--all|all)
|
||||
shift
|
||||
;;
|
||||
-j|--json)
|
||||
OPT_JSON=1
|
||||
shift
|
||||
|
||||
Reference in New Issue
Block a user