Skip to content

Instantly share code, notes, and snippets.

@hushin
Created January 6, 2019 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hushin/c1109d52dffedc5f89d3127cb21601e7 to your computer and use it in GitHub Desktop.
Save hushin/c1109d52dffedc5f89d3127cb21601e7 to your computer and use it in GitHub Desktop.
fish でデフォルト引数っぽいの
# https://stackoverflow.com/questions/45726573/
function myfunc -a num
set -q num[1] || set num 10
echo 'myfunc' $num
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment