Skip to content

Commit 0dc0b6b

Browse files
authored
Merge pull request #9 from DearingDev/issue/8-functions-with-only-one-parameter-fail-to-display
Resolve issue with commands only having one parameter. Closes #8.
2 parents cd81fbf + a5f79a2 commit 0dc0b6b

3 files changed

Lines changed: 82 additions & 52 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
github: DearingDev # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username

ModuleExplorer/ModuleExplorer.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'ModuleExplorer.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.6'
15+
ModuleVersion = '0.1.7'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'

0 commit comments

Comments
 (0)