mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-12 00:00:48 +02:00
modulecmd: swap meaning of option --debug and --verbose
This commit is contained in:
@@ -3453,12 +3453,12 @@ while (( $# > 0 )); do
|
||||
print_help 'version'
|
||||
;;
|
||||
--debug )
|
||||
debug(){
|
||||
echo "DEBUG: " "$@" 1>&2
|
||||
}
|
||||
set -x
|
||||
;;
|
||||
--verbose )
|
||||
set -x
|
||||
debug(){
|
||||
echo "INFO: " "$@" 1>&2
|
||||
}
|
||||
;;
|
||||
'' )
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user