mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 18:48:08 +00:00 
			
		
		
		
	Fix CLI namespace commands (#8315)
* Fix namespace commands help * Fix useless prediction for namespace commands * Add namespace prediction capability
This commit is contained in:
		 Daniel Spangenberg
					Daniel Spangenberg
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							9b1e144985
						
					
				
				
					commit
					75461a6522
				
			| @@ -45,7 +45,7 @@ func (c *NamespaceCreateCommand) Flags() *FlagSets { | ||||
| } | ||||
|  | ||||
| func (c *NamespaceCreateCommand) AutocompleteArgs() complete.Predictor { | ||||
| 	return c.PredictVaultFolders() | ||||
| 	return complete.PredictNothing | ||||
| } | ||||
|  | ||||
| func (c *NamespaceCreateCommand) AutocompleteFlags() complete.Flags { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user