diff --git a/.config/fish/functions/makeaway.fish b/.config/fish/functions/makeaway.fish index aa324ce..af72ae5 100644 --- a/.config/fish/functions/makeaway.fish +++ b/.config/fish/functions/makeaway.fish @@ -1,4 +1,4 @@ -function makeaway +function makeaway --description "Run 'make' from another directory" # Get function name set current_name $(status current-function) diff --git a/.config/fish/functions/ssh-export.fish b/.config/fish/functions/ssh-export.fish index 3ba7dae..f4e1bac 100644 --- a/.config/fish/functions/ssh-export.fish +++ b/.config/fish/functions/ssh-export.fish @@ -1,4 +1,4 @@ -function ssh-export +function ssh-export --description "Export SSH keys and config to a zip archive." # Save the entry directory set entry_directory "$PWD" diff --git a/.config/fish/functions/ssh-import.fish b/.config/fish/functions/ssh-import.fish index 2d669f2..f955422 100644 --- a/.config/fish/functions/ssh-import.fish +++ b/.config/fish/functions/ssh-import.fish @@ -1,4 +1,4 @@ -function ssh-import +function ssh-import --description "Import SSH keys and config from zip archive." # Declare our arguments argparse h/help f/force -- $argv or return