Browse Source

amberc: add -v flag for verbose output

Manfred Kroehnert 12 years ago
parent
commit
107033398a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      bin/amberc

+ 3 - 0
bin/amberc

@@ -74,6 +74,9 @@ function handle_options(optionsArray, amber_dir) {
 				defaults.loadsuffix = optionsArray.shift();
 				defaults.suffix_used = defaults.suffix;
 				break;
+			case '-v':
+				defaults.verbose = true;
+				break;
 			case '-h':
 			case '--help':
 			case '?':