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

implement 'source' builtin command #18

Merged
merged 5 commits into from Mar 20, 2019
Merged

implement 'source' builtin command #18

merged 5 commits into from Mar 20, 2019

Commits on Mar 17, 2019

  1. implement 'source' builtin command

    Nicholas Klingler committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    01a0ccc View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. source to throw error if not cicadarc file

    Nicholas Klingler committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    779103e View commit details
    Browse the repository at this point in the history
  2. add source command to completer, update changelong

    Nicholas Klingler committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    acda477 View commit details
    Browse the repository at this point in the history
  3. 'scripting is a WIP' error if source called on non RC file

    Nicholas Klingler committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    24fea4b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. forgot to return 1 from source if not cicadarc file

    Nicholas Klingler committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    23ec537 View commit details
    Browse the repository at this point in the history