summaryrefslogtreecommitdiff
path: root/src/args.rs
diff options
context:
space:
mode:
authoraxtlos <axtlos@disroot.org>2024-04-19 23:16:56 +0200
committeraxtlos <axtlos@disroot.org>2024-04-19 23:16:56 +0200
commit5114d443871ade50a7ce0cb9b0f761259e2018eb (patch)
tree4a427fdd04e5d374946c7a175f5d84ec3d736c68 /src/args.rs
parent90f9a13de3eb985aac0c9b5c4b8882cdaa896062 (diff)
downloaddeskwhich-5114d443871ade50a7ce0cb9b0f761259e2018eb.tar.gz
deskwhich-5114d443871ade50a7ce0cb9b0f761259e2018eb.tar.bz2
Add LICENSE
Diffstat (limited to 'src/args.rs')
-rw-r--r--src/args.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/args.rs b/src/args.rs
index d5efe2e..00c8a25 100644
--- a/src/args.rs
+++ b/src/args.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-3.0-only
+
use clap::Parser;
#[derive(Debug, Parser)]