Skip to content

Commit

Permalink
update usage of github command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 8, 2024
1 parent 3dc51e3 commit 7f585c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/src/components/Terminal/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ export default function github(this: JQueryTerminal, ...args: string[]) {
term.echo(`Browse github repo using unix commands
usage:
github -u <user> -r <repo>
-u | --username <user>
-r | --repo <repo>
github -u <user> -r <repo> [-b <branch>]
-u | --username <user> - username or organization
-r | --repo <repo> - name of the repository
-b | --branch <branch> - optional branch
`);
}
}

0 comments on commit 7f585c1

Please sign in to comment.