Skip to content

Commit

Permalink
Removed version function, never worked anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
thebitstick committed May 22, 2020
1 parent b43daae commit 1080a6a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tsubasa.fish
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function usage
echo ""
echo "Help Options:"
echo " -h,--help Show help options"
echo " -V,--version Print version information and exit"
echo " -v,--verbose Print debug logging"
echo ""
echo "Application Commands:"
Expand All @@ -32,10 +31,6 @@ function usage
echo ""
end

function version
echo "$basename "(zenity --version)
end

if ! command -q toot
echo "$basename: toot not found in PATH. needed to send status updates"
exit 1
Expand All @@ -60,9 +55,6 @@ for item in $argv
case "-h" "--help"
usage
exit 0
case "-V" "--version"
version
exit 0
case "-v" "--verbose"
set verbosity 1
case '*'
Expand Down

0 comments on commit 1080a6a

Please sign in to comment.