From 10ffcf41cca0aad749b50396850831dde12e0490 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 18 Feb 2016 06:41:29 +0900 Subject: [PATCH] Add function description. --- functions/spin.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/spin.fish b/functions/spin.fish index fd7069e..d8e585b 100644 --- a/functions/spin.fish +++ b/functions/spin.fish @@ -1,3 +1,3 @@ -function spin -a commands +function spin -d "Run `fisher install spin` to update this function." -a commands fish -c "$commands" ^ /dev/stderr end