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

[feat] Added input arg and version, help and out flags. #2

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

neogeek
Copy link
Owner

@neogeek neogeek commented Apr 26, 2024

This adds CLI input and flags to onlybuild. Now you can choose where the source files are located, the build directory,

Pull Request Type

  • Bugfix
  • Enhancement
  • Documentation
  • Other (please describe):

Relevant Issues

n/a

What was the behavior before this feature/fix?

You couldn't change anything with how onlybuild runs.

What is the behavior after this feature/fix?

  1. The user can change where the source files are located. Default is the current directory.
  2. The user can change where the build files are created. Default is build/.
  3. The user can change the path of the ignore file. Default is .onlyignore.
  4. The user can show the version of onlybuild
  5. The user can how the CLI help message.

Benchmark Results

No change.

Other Information

@neogeek neogeek added the enhancement New feature or request label Apr 26, 2024
@neogeek neogeek merged commit 889905d into main Apr 26, 2024
1 check passed
@neogeek neogeek deleted the feature/cli-flags branch April 26, 2024 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant