update parser
This commit is contained in:
		
							parent
							
								
									2edd6097bd
								
							
						
					
					
						commit
						08f61216c8
					
				| @ -26,9 +26,6 @@ module GitHubChangelogGenerator | |||||||
|         opts.on('-o', '--output [NAME]', 'Output file. Default is CHANGELOG.md') do |last| |         opts.on('-o', '--output [NAME]', 'Output file. Default is CHANGELOG.md') do |last| | ||||||
|           options[:output] = last |           options[:output] = last | ||||||
|         end |         end | ||||||
|         opts.on('--[no-]verbose', 'Run verbosely. Default is true') do |v| |  | ||||||
|           options[:verbose] = v |  | ||||||
|         end |  | ||||||
|         opts.on('--[no-]issues', 'Include closed issues to changelog. Default is true') do |v| |         opts.on('--[no-]issues', 'Include closed issues to changelog. Default is true') do |v| | ||||||
|           options[:issues] = v |           options[:issues] = v | ||||||
|         end |         end | ||||||
| @ -53,7 +50,7 @@ module GitHubChangelogGenerator | |||||||
|         opts.on('--[no-]unreleased', 'Add to log unreleased closed issues. Default is true') do |v| |         opts.on('--[no-]unreleased', 'Add to log unreleased closed issues. Default is true') do |v| | ||||||
|           options[:unreleased] = v |           options[:unreleased] = v | ||||||
|         end |         end | ||||||
|         opts.on('--[no-]compare-link', 'Include compare link between older version and newer version. Default is true') do |v| |         opts.on('--[no-]compare-link', 'Include compare link (Full Changelog) between older version and newer version. Default is true') do |v| | ||||||
|           options[:compare_link] = v |           options[:compare_link] = v | ||||||
|         end |         end | ||||||
|         opts.on('--include-labels  x,y,z', Array, 'Issues only with that labels will be included to changelog. Default is \'bug,enhancement\'') do |list| |         opts.on('--include-labels  x,y,z', Array, 'Issues only with that labels will be included to changelog. Default is \'bug,enhancement\'') do |list| | ||||||
| @ -68,6 +65,9 @@ module GitHubChangelogGenerator | |||||||
|         opts.on('--github-api [URL]', 'The enterprise endpoint to use for your Github API.') do |last| |         opts.on('--github-api [URL]', 'The enterprise endpoint to use for your Github API.') do |last| | ||||||
|           options[:github_endpoint] = last |           options[:github_endpoint] = last | ||||||
|         end |         end | ||||||
|  |         opts.on('--[no-]verbose', 'Run verbosely. Default is true') do |v| | ||||||
|  |           options[:verbose] = v | ||||||
|  |         end | ||||||
|         opts.on('-v', '--version', 'Print version number') do |v| |         opts.on('-v', '--version', 'Print version number') do |v| | ||||||
|           puts "Version: #{GitHubChangelogGenerator::VERSION}" |           puts "Version: #{GitHubChangelogGenerator::VERSION}" | ||||||
|           exit |           exit | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Petr Korolev
						Petr Korolev