Skip to content

Commit

Permalink
fix: lints (withfig#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 authored Sep 29, 2023
1 parent fce9bba commit 96a9e9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/gh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3152,7 +3152,7 @@ For more information about output formatting flags, see 'gh help formatting'`,
},
{
name: "--owner",
description: "Login of the owner. Use @me for the current user.",
description: "Login of the owner. Use @me for the current user",
args: { name: "owner" },
},
{
Expand All @@ -3178,7 +3178,7 @@ For more information about output formatting flags, see 'gh help formatting'`,
},
{
name: "--owner",
description: "Login of the owner. Use @me for the current user.",
description: "Login of the owner. Use @me for the current user",
args: { name: "owner" },
},
{
Expand Down
5 changes: 3 additions & 2 deletions src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2852,7 +2852,7 @@ const configSuggestions: Fig.Suggestion[] = [
{
name: "pack.compression",
description:
'An integer -1..9, indicating the compression level for objects in a pack file. -1 is the zlib default. 0 means no compression, and 1..9 are various speed/size tradeoffs, 9 being slowest. If not set, defaults to core.compression. If that is not set, defaults to -1, the zlib default, which is "a default compromise between speed and compression (currently equivalent to level 6)."',
'An integer -1..9, indicating the compression level for objects in a pack file. -1 is the zlib default. 0 means no compression, and 1..9 are various speed/size tradeoffs, 9 being slowest. If not set, defaults to core.compression. If that is not set, defaults to -1, the zlib default, which is "a default compromise between speed and compression (currently equivalent to level 6)"',
},
{
name: "pack.deltaCacheLimit",
Expand Down Expand Up @@ -7392,7 +7392,8 @@ const completionSpec: Fig.Spec = {
},
{
name: ["-n", "--dry-run"],
description: "Don’t actually remove any file(s). Instead, just show if they exist in the index and would otherwise be removed by the command.",
description:
"Don’t actually remove any file(s). Instead, just show if they exist in the index and would otherwise be removed by the command",
},
{ name: "-r", description: "Allow recursive removal" },
],
Expand Down

0 comments on commit 96a9e9f

Please sign in to comment.