Add description
This commit is contained in:
parent
c263305671
commit
cce91f9917
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
function makeaway
|
function makeaway --description "Run 'make' from another directory"
|
||||||
# Get function name
|
# Get function name
|
||||||
set current_name $(status current-function)
|
set current_name $(status current-function)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
function ssh-export
|
function ssh-export --description "Export SSH keys and config to a zip archive."
|
||||||
# Save the entry directory
|
# Save the entry directory
|
||||||
set entry_directory "$PWD"
|
set entry_directory "$PWD"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
function ssh-import
|
function ssh-import --description "Import SSH keys and config from zip archive."
|
||||||
# Declare our arguments
|
# Declare our arguments
|
||||||
argparse h/help f/force -- $argv
|
argparse h/help f/force -- $argv
|
||||||
or return
|
or return
|
||||||
|
|
Loading…
Reference in a new issue