-
Notifications
You must be signed in to change notification settings - Fork 3
wrapcommand
travis-ci.org edited this page Apr 16, 2020
·
4 revisions
Version : 1.0
File Name : wrapcommand.ps1
Author : Adewale Azeez - azeezadewale98@gmail.com
Date : Jan-06-2020
wrapcommand [-File] [-command_list_file_path]
<String> [-output_folder_path] <String> [<CommonParameters>] | attr | value |
|---|---|
| Required? | false |
| Position? | named |
| Default value | False |
| Accept pipeline input? | false |
| Accept wildcard characters? | false |
| attr | value |
|---|---|
| Required? | true |
| Position? | 1 |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | false |
| attr | value |
|---|---|
| Required? | true |
| Position? | 2 |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | false |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
wrapcommand -File ./commands/ExportList.txt ./dist/
MIT License Copyright (c) 2019-2020 Adewale Azeez