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

"Not enough cl args specified, see --help", there is no --help. #24

Open
zkxjzmswkwl opened this issue Apr 7, 2022 · 3 comments
Open

Comments

@zkxjzmswkwl
Copy link

image

This is exactly what I've been looking for, so thank you heaps for your work on this.

It'd be great if there was a bit more content on how to use the tool, though. There's a good amount on building it, but not much on actually using it.

Thank you

@Superbelko
Copy link
Owner

Hi, it is hard to tell what's going on without seeing actual config.

For config examples please refer to QuickStart, and for more concrete example recent discussion that has some extra details about the tool.

Then there is also this one from another project example

@kassane
Copy link

kassane commented Nov 16, 2023

OS: Arch Linux

# Wrong command
$> ./build/gentool --help
terminate called after throwing an instance of 'std::length_error'
  what():  basic_string::_M_create
[1]    17907 IOT instruction (core dumped)  ./build/gentool --help

# Correct command
$> ./build/gentool       
Oh My Gentool - v0.4.0
Generates D bindings from C/C++ code

USAGE:
        gentool <project.json>

        <project.json>: .json configuration file path

Missing ignore flag or return err_msg!

@Superbelko
Copy link
Owner

Ok, will look into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants