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

Always require model when starting fj-app #1242

Merged
merged 2 commits into from
Oct 20, 2022
Merged

Always require model when starting fj-app #1242

merged 2 commits into from
Oct 20, 2022

Commits on Oct 20, 2022

  1. Don't allow fj-app to be started without model

    Starting `fj-app` without a model is not actually doing anything right
    now, so there's no benefit to the user. It actually can be detrimental,
    because it's confusing.
    
    This also enables some simplifications, which I'd like to do, to make
    what I'm working on easier.
    hannobraun committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8233a58 View commit details
    Browse the repository at this point in the history
  2. Refactor

    hannobraun committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    e0c7b8f View commit details
    Browse the repository at this point in the history