Skip to content

Commit 0a7cf9e

Browse files
metadata
1 parent a33e532 commit 0a7cf9e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

attach-with.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '1.0'
12+
ModuleVersion = '1.0.0'
1313

1414
# Script module or binary module file associated with this manifest.
1515
RootModule = 'attach-with.psm1'
@@ -45,15 +45,15 @@
4545
AliasesToExport = '*'
4646

4747
# Functions to export from this module
48-
FunctionsToExport = @('Start-With', 'Write-WithPrompt')
48+
FunctionsToExport = @('Go-With')
4949

5050
# Private data to pass to the module specified in RootModule. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
5151
PrivateData = @{
5252

5353
PSData = @{
5454

5555
# Tags applied to this module. These help with module discovery in online galleries.
56-
Tags = @('git', 'with', 'repeat', 'bash', 'prompt')
56+
Tags = @('powershell', 'attach', 'repeat', 'powershell', 'prompt', 'evilprince2009', 'prefixing')
5757

5858
# A URL to the license for this module.
5959
LicenseUri = 'https://github.com/evilprince2009/Attach-With/blob/main/LICENSE'

attach-with.psm1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,5 @@ function Validate-Command()
130130
return [bool](Get-Command -Name $command -ErrorAction SilentlyContinue)
131131
}
132132

133-
Set-Alias attach Start-With
133+
Set-Alias attach Start-With
134+

0 commit comments

Comments
 (0)