add quick.ps1 to gitignore

run formatter on files
This commit is contained in:
onyx-and-iris
2022-06-25 15:20:36 +01:00
parent 4417075330
commit 8429fed8b4
12 changed files with 122 additions and 122 deletions

View File

@@ -11,14 +11,13 @@ class Remote {
[Object]$profiles
# Constructor
Remote ([String]$kind)
{
Remote ([String]$kind) {
$this.kind = $kind
$this.Setup()
}
[void] Setup() {
if(Setup_DLL) {
if (Setup_DLL) {
Login -KIND $this.kind
$this.profiles = Get_Profiles