Commit 6f45d13
authored
🩹 [Patch]: Add example of nested docs (#12)
## Description
This pull request introduces several updates to the PSModule functions,
including module dependency updates, file restructuring, and new
documentation. It also adds a custom argument completer for the
`New-PSModuleTest` command. The most important changes are summarized
below:
### Module dependency updates and file restructuring
* Updated module dependencies in `Get-PSModuleTest.ps1` and
`New-PSModuleTest.ps1` to require newer versions of `PSSemVer`, and
added dependencies on `DynamicParams` and `Store`. Both files were also
moved into the `PSModule` subfolder and renamed accordingly.
[[1]](diffhunk://#diff-fba04a7dcc2a3fdf6ced8c431c15ae38c72351bd21fec3705f09d1fbb19343b0R2-R4)
[[2]](diffhunk://#diff-67673b63bb813016a3286857ec190afb041ce4352b18c7ba8571de3d6213e771L1-R1)
* Updated `.github/PSModule.yml` to configure the linter environment
variable `VALIDATE_BIOME_FORMAT` to `false`.
### New features
* Added a custom argument completer in `completers.ps1` for the
`New-PSModuleTest` command's `Name` parameter, providing suggestions
such as 'Alice', 'Bob', and 'Charlie'.
### Documentation
* Added a new markdown documentation file `PSModule.md` in the
`PSModule` folder.
* Added a new markdown documentation file `SomethingElse.md` in the
`SomethingElse` folder.1 parent 09d5e70 commit 6f45d13
File tree
7 files changed
+15
-1
lines changed- .github
- src/functions/public
- PSModule
- SomethingElse
7 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments