Skip to content

Add flag to indicate project root #1

@codehakase

Description

@codehakase

Summary

Add flags to indicate the project root and entry point file to run.

Problem Definition

Currently, the rld command only watches for changes on the specified file (os.Args[1]) and not the entire project.

Proposal

Add two flags root and entrypoint to indicate the project's root and the file to run the program with:

$ rld -r ~/Dev/proj -e cmd/proj/main.go

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions