Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Corrected some help, added examples, and allow '-p' in final subcommands. #37

Merged
merged 9 commits into from
Apr 20, 2023

Conversation

ScottBailey
Copy link
Contributor

Really closes #27

I missed a transform in the previous PR. Additionally, we decided to improve the help documentation and make the path flag more available.

@ScottBailey ScottBailey self-assigned this Apr 13, 2023
@ScottBailey
Copy link
Contributor Author

Suggested by @dimas1185: add at least one example with "-O2 -WError -Wall".

tools/validate.hpp Outdated Show resolved Hide resolved
tools/add_to.hpp Outdated Show resolved Hide resolved
tools/add_to.hpp Show resolved Hide resolved
tools/update.hpp Outdated Show resolved Hide resolved
tools/update.hpp Show resolved Hide resolved
ScottBailey and others added 2 commits April 14, 2023 10:35
Co-authored-by: mikelik <mikelik@users.noreply.github.com>
@@ -124,12 +124,26 @@ Command arguments:

# EXAMPLES

```
antler-proj add app MyApp C++ \\-O2
antler-proj add lib MyLib C++ \\-O2 "\-s"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would antler-proj add lib MyLib C++ "-O2 -s" or similar work? if so, please add

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added in 00e8699

docs/man/antler-proj.1.md Show resolved Hide resolved
tools/update.hpp Outdated Show resolved Hide resolved
@mikelik mikelik linked an issue Apr 18, 2023 that may be closed by this pull request
@ScottBailey
Copy link
Contributor Author

@dimas1185 You may want to review change 71ef9f2 as it changes/fixes an issue. Path should have been a required option.

@ScottBailey ScottBailey merged commit 58a0b84 into main Apr 20, 2023
@ScottBailey ScottBailey deleted the sbailey/help_fixes branch April 20, 2023 14:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Core dump when running antler-proj update app Cannot add compiler option -O2 to the library / application
3 participants