Skip to content

Commit

Permalink
stop exporting at-enter for real
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Mar 21, 2019
1 parent 452df83 commit 5410d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export selector, clearconsole, input, structure, @sh, @profiler, @enter
export selector, clearconsole, input, structure, @sh, @profiler

"""
selector([xs...]) -> x
Expand Down

2 comments on commit 5410d5e

@timholy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth considering @debug?

@pfitzseb
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, I suppose, but I actually quite like the idea of qualifying the macros...

Please sign in to comment.