Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No (help) command to display options #710

Open
glfmn opened this issue Aug 7, 2018 · 1 comment
Open

No (help) command to display options #710

glfmn opened this issue Aug 7, 2018 · 1 comment

Comments

@glfmn
Copy link

glfmn commented Aug 7, 2018

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.

@bhauman
Copy link
Owner

bhauman commented Sep 21, 2018

yes this would be helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants