Skip to content

Commit

Permalink
chore: cleanup; add logo draft
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Jul 19, 2024
1 parent 66bab7a commit 6dc0cb1
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ psalm.* export-ignore
psalm-baseline.xml export-ignore
infection.* export-ignore
codecov.* export-ignore
resources/mock export-ignore

*.http binary
*.gpg binary
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<h1 align="center">DLoad</h1>
<p align="center">Simplify any binaries downloading</p>
<div align="center">

![DLoad](./resources/logo.svg)

</div>

<p align="center">Download artifacts easily</p>

<div align="center">

Expand Down
2 changes: 1 addition & 1 deletion box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"compression": "GZ",
"git": "git",
"directories": [
"resources",
"src",
"vendor"
],
"files": [
"resources/version.json",
"bin/dload",
"LICENSE.md",
"composer.json",
Expand Down
26 changes: 26 additions & 0 deletions resources/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/Command/Get.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public function configure(): void
{
$this->addArgument('binary', InputArgument::REQUIRED, 'Binary name, e.g. "rr", "dolt", "temporal" etc.');
$this->addOption('path', null, InputOption::VALUE_OPTIONAL, 'Path to store the binary, e.g. "./bin"', ".");
$this->addOption('rename', null, InputOption::VALUE_OPTIONAL, 'Rename the binary, e.g. "rr"');
$this->addOption('arch', null, InputOption::VALUE_OPTIONAL, 'Architecture, e.g. "amd64", "arm64" etc.');
$this->addOption('os', null, InputOption::VALUE_OPTIONAL, 'Operating system, e.g. "linux", "darwin" etc.');
$this->addOption('stability', null, InputOption::VALUE_OPTIONAL, 'Stability, e.g. "stable", "beta" etc.');
Expand Down

0 comments on commit 6dc0cb1

Please sign in to comment.