Skip to content

Commit

Permalink
options removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nahiandev authored Oct 20, 2024
1 parent 4793d71 commit f56a39a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dotfetch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.VERSION 3.0
.GUID 1c26142a-da43-4125-9d70-97555cbb1752
.DESCRIPTION DotFetch is a command-line system information utility for Windows written in PowerShell.
.AUTHOR Evilprince2009/Anomaly2009
.PROJECTURI https://github.com/anomaly2009/DotFetch
.AUTHOR nahiandev
.PROJECTURI https://github.com/nahiandev/DotFetch
.COMPANYNAME
.COPYRIGHT
.TAGS
Expand Down Expand Up @@ -32,12 +32,15 @@
.NOTES
Run DotFetch without arguments to view core functionality.
#>

<#
[CmdletBinding()]
param(
[string][alias('i')]$image,
[switch][alias('n')]$noimage,
[switch][alias('g')]$genconf
)
#>

$e = [char]0x1B
$ee = "$e[0m"
Expand Down Expand Up @@ -497,4 +500,4 @@ write-output ''
# | __/ _ \| __|
# | _| (_) | _|
# |___\___/|_|
#
#

0 comments on commit f56a39a

Please sign in to comment.