Clean README.md (#441)
The release notes are obsolete and we better have a release notes in Github releases We don't need this TODO as we have godoc And bitdeli doesn't work and doesn't supported for about 3 years.
This commit is contained in:
		
				
					committed by
					
						
						Eric Paris
					
				
			
			
				
	
			
			
			
						parent
						
							347767f8bd
						
					
				
				
					commit
					1362f95a8d
				
			
							
								
								
									
										30
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										30
									
								
								README.md
									
									
									
									
									
								
							@ -860,39 +860,12 @@ out everything Cobra knows about the flags for each command.
 | 
				
			|||||||
command.DebugFlags()
 | 
					command.DebugFlags()
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Release Notes
 | 
					 | 
				
			||||||
* **0.9.0** June 17, 2014
 | 
					 | 
				
			||||||
  * flags can appears anywhere in the args (provided they are unambiguous)
 | 
					 | 
				
			||||||
  * --help prints usage screen for app or command
 | 
					 | 
				
			||||||
  * Prefix matching for commands
 | 
					 | 
				
			||||||
  * Cleaner looking help and usage output
 | 
					 | 
				
			||||||
  * Extensive test suite
 | 
					 | 
				
			||||||
* **0.8.0** Nov 5, 2013
 | 
					 | 
				
			||||||
  * Reworked interface to remove commander completely
 | 
					 | 
				
			||||||
  * Command now primary structure
 | 
					 | 
				
			||||||
  * No initialization needed
 | 
					 | 
				
			||||||
  * Usage & Help templates & functions definable at any level
 | 
					 | 
				
			||||||
  * Updated Readme
 | 
					 | 
				
			||||||
* **0.7.0** Sept 24, 2013
 | 
					 | 
				
			||||||
  * Needs more eyes
 | 
					 | 
				
			||||||
  * Test suite
 | 
					 | 
				
			||||||
  * Support for automatic error messages
 | 
					 | 
				
			||||||
  * Support for help command
 | 
					 | 
				
			||||||
  * Support for printing to any io.Writer instead of os.Stderr
 | 
					 | 
				
			||||||
  * Support for persistent flags which cascade down tree
 | 
					 | 
				
			||||||
  * Ready for integration into Hugo
 | 
					 | 
				
			||||||
* **0.1.0** Sept 3, 2013
 | 
					 | 
				
			||||||
  * Implement first draft
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Extensions
 | 
					## Extensions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Libraries for extending Cobra:
 | 
					Libraries for extending Cobra:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* [cmdns](https://github.com/gosuri/cmdns): Enables name spacing a command's immediate children. It provides an alternative way to structure subcommands, similar to `heroku apps:create` and `ovrclk clusters:launch`.
 | 
					* [cmdns](https://github.com/gosuri/cmdns): Enables name spacing a command's immediate children. It provides an alternative way to structure subcommands, similar to `heroku apps:create` and `ovrclk clusters:launch`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## ToDo
 | 
					 | 
				
			||||||
* Launch proper documentation site
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Contributing
 | 
					## Contributing
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. Fork it
 | 
					1. Fork it
 | 
				
			||||||
@ -912,6 +885,3 @@ Names in no particular order:
 | 
				
			|||||||
## License
 | 
					## License
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Cobra is released under the Apache 2.0 license. See [LICENSE.txt](https://github.com/spf13/cobra/blob/master/LICENSE.txt)
 | 
					Cobra is released under the Apache 2.0 license. See [LICENSE.txt](https://github.com/spf13/cobra/blob/master/LICENSE.txt)
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[](https://bitdeli.com/free "Bitdeli Badge")
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user