mirror of
https://github.com/harivansh-afk/forge.nvim.git
synced 2026-04-15 07:04:47 +00:00
more tweaks
This commit is contained in:
parent
5ee2cc567a
commit
e31b2777f9
4 changed files with 17 additions and 65 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local forge = require('forge')
|
||||
|
||||
---@type forge.Forge
|
||||
---@class forge.Codeberg: forge.Forge
|
||||
local M = {
|
||||
name = 'codeberg',
|
||||
cli = 'tea',
|
||||
|
|
@ -135,7 +135,7 @@ function M:pr_base_cmd(num)
|
|||
return { 'tea', 'pr', num, '--fields', 'base', '--output', 'simple' }
|
||||
end
|
||||
|
||||
---@param branch string
|
||||
---@param _branch string
|
||||
---@return string[]
|
||||
function M:pr_for_branch_cmd(_branch)
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue