mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
Windows: Add "special" parameter types to docs (#42853)
* Windows: Add special parameter types Adding explicit parameter types now exposes this information in the module documentation, and proves really helpful. We only do this for non-string types as strings, mostly because strings are implicit. PS We also make copyright statements consistent and use #Requires for explicit library imports * Type "string" must be type "str" * A few more Copyright corrections * More fixes * Don't add file encoding to Powershell files * Don't add missing interfacetypes parameter Otherwise CI demands an incorrect version_added * Small fix
This commit is contained in:
parent
290df027e3
commit
95a1170908
127 changed files with 327 additions and 664 deletions
|
@ -30,17 +30,20 @@ options:
|
|||
- Destination file for the shortcuting file.
|
||||
- File name should have a C(.lnk) or C(.url) extension.
|
||||
required: yes
|
||||
type: path
|
||||
args:
|
||||
description:
|
||||
- Additional arguments for the executable defined in C(src).
|
||||
directory:
|
||||
description:
|
||||
- Working directory for executable defined in C(src).
|
||||
type: path
|
||||
icon:
|
||||
description:
|
||||
- Icon used for the shortcut.
|
||||
- File name should have a C(.ico) extension.
|
||||
- The file name is followed by a comma and the number in the library file (.dll) or use 0 for an image file.
|
||||
type: path
|
||||
hotkey:
|
||||
description:
|
||||
- Key combination for the shortcut.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue