Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Lunar compiler rewrite #39

Open
3 of 6 tasks
ayuka opened this issue Mar 31, 2019 · 0 comments
Open
3 of 6 tasks

Lunar compiler rewrite #39

ayuka opened this issue Mar 31, 2019 · 0 comments
Assignees

Comments

@ayuka
Copy link
Contributor

ayuka commented Mar 31, 2019

This rewrite is geared towards having a proper command line interface using argparse.

  • Options
    • -p --project A path leading to a directory containing a .lunarconfig file.
    • -o --out-dir The name of the output directory. This will be created if it does not exist.
  • Flags
    • --install Installs lunarc to the system, where it can then be used from anywhere.
    • --uninstall Uninstalls lunarc from the system.
    • -w --watch Starts watching the project for any saved changes, and triggers compilation for that file.
    • -v --version Displays the current version of lunarc
@ayuka ayuka added this to the Initial Release milestone Mar 31, 2019
@ayuka ayuka mentioned this issue Mar 31, 2019
11 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants