You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the front-end for along time and printing a lot of content to the console, the helpful guide that appears at startup listing the commands is buried under tens of thousands of lines of junk.
Figwheel Controls:
(stop-autobuild) ;; stops Figwheel autobuilder
(start-autobuild [id ...]) ;; starts autobuilder focused on optional ids
(switch-to-build id ...) ;; switches autobuilder to different build
(reset-autobuild) ;; stops, cleans, and starts autobuilder
(reload-config) ;; reloads build config and resets autobuild
(build-once [id ...]) ;; builds source one time
(clean-builds [id ..]) ;; deletes compiled cljs target files
(print-config [id ...]) ;; prints out build configurations
(fig-status) ;; displays current state of system
(figwheel.client/set-autoload false) ;; will turn autoloading off
(figwheel.client/set-repl-pprint false) ;; will turn pretty printing off
It would be extremely helpful to be able to re-display the guide with a simple (help) command.
The text was updated successfully, but these errors were encountered:
When using the front-end for along time and printing a lot of content to the console, the helpful guide that appears at startup listing the commands is buried under tens of thousands of lines of junk.
It would be extremely helpful to be able to re-display the guide with a simple
(help)
command.The text was updated successfully, but these errors were encountered: