Sha256: a6446eedea930a0c1d63d9a61c4a98117bd679efea17288b4f0937d7d3170e43
Contents?: true
Size: 517 Bytes
Versions: 9
Compression:
Stored size: 517 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake desc 'FilesComments methods.' command 'files_comments' do |g| g.desc 'Deletes an existing comment on a file.' g.long_desc %( Deletes an existing comment on a file. ) g.command 'delete' do |c| c.flag 'file', desc: 'File to delete a comment from.' c.flag 'id', desc: 'The comment to delete.' c.action do |_global_options, options, _args| puts JSON.dump($client.files_comments_delete(options)) end end end
Version data entries
9 entries across 9 versions & 1 rubygems