Skip to content

Commit 096731b

Browse files
author
James Brundage
committed
feat: Turtle Discoverability ( Fixes #97 )
1 parent 69b2b89 commit 096731b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Turtle.psd1

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,18 @@
1616
Copyright = '2025 Start-Automating'
1717
# Type files (.ps1xml) to be loaded when importing this module
1818
TypesToProcess = @('Turtle.types.ps1xml')
19+
20+
FunctionsToExport =
21+
'Get-Turtle',
22+
'Move-Turtle',
23+
'New-Turtle',
24+
'Set-Turtle',
25+
'Save-Turtle'
1926
# Format files (.ps1xml) to be loaded when importing this module
2027
# FormatsToProcess = @()
2128
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
2229
VariablesToExport = '*'
23-
AliasesToExport = '*'
30+
AliasesToExport = 'Turtle'
2431
PrivateData = @{
2532
PSData = @{
2633
# Tags applied to this module. These help with module discovery in online galleries.

0 commit comments

Comments
 (0)