Skip to content

Commit

Permalink
Merge branch 'lukas/stdlib/undocument-shell-help'
Browse files Browse the repository at this point in the history
* lukas/stdlib/undocument-shell-help:
  stdlib: shell:help/0 should not be a public function
  • Loading branch information
garazdawi committed Oct 31, 2024
2 parents cae9908 + 96d3067 commit a1c0082
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/stdlib/src/shell.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1205,9 +1205,7 @@ init_dict([{K,V}|Ds]) ->
init_dict(Ds);
init_dict([]) -> true.


-doc "Print the help for all shell internal commands.".
-spec help() -> true.
-doc false.
help() ->
S = ~"""
** shell internal commands **
Expand Down

0 comments on commit a1c0082

Please sign in to comment.