Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		
							
								
								
									
										16
									
								
								install/config-ui/node_modules/loose-envify/cli.js
									
									
									
										generated
									
									
										vendored
									
									
										Executable file
									
								
							
							
						
						
									
										16
									
								
								install/config-ui/node_modules/loose-envify/cli.js
									
									
									
										generated
									
									
										vendored
									
									
										Executable file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| #!/usr/bin/env node | ||||
| 'use strict'; | ||||
|  | ||||
| var looseEnvify = require('./'); | ||||
| var fs = require('fs'); | ||||
|  | ||||
| if (process.argv[2]) { | ||||
|   fs.createReadStream(process.argv[2], {encoding: 'utf8'}) | ||||
|     .pipe(looseEnvify(process.argv[2])) | ||||
|     .pipe(process.stdout); | ||||
| } else { | ||||
|   process.stdin.resume() | ||||
|   process.stdin | ||||
|     .pipe(looseEnvify(__filename)) | ||||
|     .pipe(process.stdout); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 anthonyrawlins
					anthonyrawlins