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

Detach CLI process from terminal #239

Merged
merged 3 commits into from Mar 30, 2020
Merged

Detach CLI process from terminal #239

merged 3 commits into from Mar 30, 2020

Commits on Mar 29, 2020

  1. Detach CLI process from terminal

    Added /dev/null to end of electron CLI command to detach requests from the controlling terminal upon execution
    jfgordon2 committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    ee994e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Update CLI for Help

    Added case statement to test for when a user is calling "help" command in CLI to prevent from exiting out immediately without response
    jfgordon2 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    8f0285a View commit details
    Browse the repository at this point in the history
  2. FIxed spacing

    jfgordon2 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    b6a077c View commit details
    Browse the repository at this point in the history