mirror of
				https://github.com/xcat2/confluent.git
				synced 2025-10-30 19:02:29 +00:00 
			
		
		
		
	Add warning if someone tries to -n without a profile name.
This commit is contained in:
		| @@ -78,6 +78,9 @@ def main(args): | ||||
|     if args.profile and not args.network: | ||||
|         sys.stderr.write('-n is a required argument currently to perform an install, optionally with -p\n') | ||||
|         return 1 | ||||
|     if not args.profile and args.network: | ||||
|         sys.stderr.write('profile is a required argument to request a network deployment\n') | ||||
|         return 1 | ||||
|     if extra: | ||||
|         sys.stderr.write('Unrecognized arguments: ' + repr(extra) + '\n') | ||||
|     c = client.Command() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user