Add description

This commit is contained in:
Mylloon 2023-10-09 17:56:28 +02:00
parent c263305671
commit cce91f9917
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
function makeaway
function makeaway --description "Run 'make' from another directory"
# Get function name
set current_name $(status current-function)

View file

@ -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"

View file

@ -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