License
This commit is contained in:
parent
78fb114524
commit
062f143b0c
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env nu
|
||||
# Copyright 2024 Marty Sluijtman <marty.wanderer@disroot.org>
|
||||
# Distributed under the terms of the WTFPL license
|
||||
|
||||
def parse_url [url: string] {
|
||||
let parsed_url = $url | url parse
|
||||
|
|
Loading…
Reference in a new issue