Skip to content

Commit

Permalink
route doesn't need progressive input
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Sep 8, 2023
1 parent 26baeed commit 66c9177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common_functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ COPYRIGHT:
{{end}}
`
app.Usage = "Syntax highlighter to cover all your shell needs"
app.Version = "0.21.9"
app.Version = "0.21.15"
app.EnableBashCompletion = true
cli.VersionFlag = cli.BoolFlag{
Name: "print-version, V",
Expand Down
2 changes: 1 addition & 1 deletion utils/functions.rc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if command -v zaje > /dev/null 2>&1 ; then
route()
{
BIN="route"
$(which $BIN) "$@" | zaje -l $BIN -
$(which $BIN) "$@" | zaje -l $BIN
}

traceroute()
Expand Down

0 comments on commit 66c9177

Please sign in to comment.