Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
filter New-GitHubRepositoryOrg {
#Requires -Modules DynamicParams

filter New-GitHubRepositoryOrg {
<#
.SYNOPSIS
Create an organization repository
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
filter New-GitHubRepositoryUser {
#Requires -Modules DynamicParams

filter New-GitHubRepositoryUser {
<#
.SYNOPSIS
Create a repository for the authenticated user
Expand Down
2 changes: 2 additions & 0 deletions src/GitHub/public/Gitignore/Get-GitHubGitignore.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#Requires -Modules DynamicParams

filter Get-GitHubGitignore {
<#
.SYNOPSIS
Expand Down
2 changes: 2 additions & 0 deletions src/GitHub/public/License/Get-GitHubLicense.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#Requires -Modules DynamicParams

filter Get-GitHubLicense {
<#
.SYNOPSIS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
filter Get-GitHubRepository {
#Requires -Modules DynamicParams

filter Get-GitHubRepository {
<#
.SYNOPSIS
Gets a specific repository or list of repositories.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
filter New-GitHubRepository {
#Requires -Modules DynamicParams

filter New-GitHubRepository {
<#
.SYNOPSIS
Create a repository for a user or an organization.
Expand Down