Skip to content

Create SECURITY.md#1

Open
Exkaleburx wants to merge 1 commit into
lenfiLabs:mainfrom
Exkaleburx:patch-1
Open

Create SECURITY.md#1
Exkaleburx wants to merge 1 commit into
lenfiLabs:mainfrom
Exkaleburx:patch-1

Conversation

@Exkaleburx
Copy link
Copy Markdown

gh alias import [ | -] [flags]
Import aliases from the contents of a YAML file.

Aliases should be defined as a map in YAML, where the keys represent aliases and the values represent the corresponding expansions. An example file should look like the following:

bugs: issue list --label=bug
igrep: '!gh issue list --label="$1" | grep "$2"'
features: |-
issue list
--label=enhancement

@Exkaleburx
Copy link
Copy Markdown
Author

Import aliases from a file

$ gh alias import aliases.yml

Import aliases from standard input

$ gh alias import -

@Exkaleburx
Copy link
Copy Markdown
Author

-c, --codespace
wexkkalebur
-R, --repo
Filter codespace selection by repository name (user/repo)
https://app.lenfi.io/pools
Filter codespace selection by repository owner (username or org)

@Exkaleburx Exkaleburx closed this Mar 17, 2024
@Exkaleburx Exkaleburx reopened this Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant