mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Add copy to clipboard command to nushell
This commit is contained in:
parent
8a118cc51a
commit
152d5d259e
4 changed files with 18 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
def main --wrapped [
|
||||
host: string = "" # The host to build.
|
||||
...arguments # The arguments to pass to `nixos-rebuild switch`.
|
||||
] {
|
||||
]: nothing -> nothing {
|
||||
let host = if ($host | is-not-empty) {
|
||||
$host
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue