Skip to content

Commit

Permalink
Order output in bin/bashlets-methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Mar 15, 2018
1 parent 0e8443a commit e30e6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bashlets-methods
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function verbose()
function list_methods()
{
local bashlet="$1"
$BASHLETS_NAMESPACE loader list_methods "$bashlet"
$BASHLETS_NAMESPACE loader list_methods "$bashlet" | sort
}


Expand Down

0 comments on commit e30e6c6

Please sign in to comment.