mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 02:19:39 +02:00
Merge branch '275-modulecmd-swap-meaning-of-options-verbose-and-debug' into 'master'
Resolve "modulecmd: swap meaning of options --verbose and --debug" Closes #275 See merge request Pmodules/src!253
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