update long explain
This commit is contained in:
		
							parent
							
								
									8c03a8308a
								
							
						
					
					
						commit
						343a15893d
					
				| 
						 | 
				
			
			@ -146,7 +146,10 @@ func mlblive(cmd *cobra.Command, args []string) {
 | 
			
		|||
var rootCmd = &cobra.Command{
 | 
			
		||||
	Use:   "mlblive -t [team]",
 | 
			
		||||
	Short: "Output data from Major League Baseball's Stats API",
 | 
			
		||||
	Long:  `Output data from Major League Baseball's Stats API`,
 | 
			
		||||
	Long:  `Output data from Major League Baseball's Stats API.
 | 
			
		||||
 | 
			
		||||
mlblive will establish a websocket connection with ws.statsapi.mlb.com and
 | 
			
		||||
output JSON with live updates of a team's game.`,
 | 
			
		||||
	Run:   mlblive,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue