We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95571dc + bddb94b commit 03b9c21Copy full SHA for 03b9c21
src/hike/widgets/command_line/open_from_forge.py
@@ -50,7 +50,7 @@ class OpenFromForgeCommand(InputCommand):
50
| `<owner>/<repo>:<branch> <file>` | Open a specific file from a specific branch of a repository |
51
| `<owner> <repo>:<branch> <file>` | Open a specific file from a specific branch of a repository |
52
53
- If `<branch>` is omitted the requested file is looked in the following branches:
+ If `<branch>` is omitted the requested file is looked for in the following branches:
54
{", ".join(f"`{branch}`" for branch in load_configuration().main_branches)}.
55
"""
56
0 commit comments